Skip to content

Getting returning True from eof_received() has no effect when using ssl #574

Open
@thierryba

Description

@thierryba

Observed behavior

when I create a client with TLS on, it works but when I can drain, I am getting a message:
returning True from eof_received() has no effect when using ssl

Expected behavior

That message should not show.

Server and client version

nats-server: v2.10.12
nats_py-2.7.2

Host environment

macOS 14

Steps to reproduce

my code is really just doing this (contains TLS client certificate too):
nats_client = await nats.connect(**create_nats_options('FW Clients', err_cb))
await nats_client.drain()

and that shows the error.

Metadata

Metadata

Assignees

Labels

defectSuspected defect such as a bug or regression

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions