nats-python icon indicating copy to clipboard operation
nats-python copied to clipboard

Python client for NATS messaging system

Results 7 nats-python issues
Sort by recently updated
recently updated
newest added

Hello, is there a way to connect to a secure NATS with a user credentials file ?

Great work with the library! It would be very beneficial if there was a "timeout" option on client.wait and client.request. As it is now they will just block forever in...

Hi, thank you for the nats-python. It would be great if there will be an option to set auto reconnect to server. I have found solution to detect disconnects when...

bug

This MR provides control over disconnected socket situation: by default `readline` from disconnected socket returns empty string, and NATS subscriber falls in endless loop with eating 100% CPU resource.

Hello, When trying to post messages to a nats server, I am getting regular errors of the form: ``` [Errno 107] Transport endpoint is not connected ``` I set up...