nats-py doesn't queue messages during a temporary disconnect? #616
Unanswered
debbyglance
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to this: https://docs.nats.io/using-nats/developer/connecting/reconnect/buffer nats-y does not buffer commands while disconnected:
But it looks like in client.py, the ._pending List is such a buffer. Is that not the same thing?
Beta Was this translation helpful? Give feedback.
All reactions