You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I expected to run self.nats_client.connect() each time before I try publish? There is a performance cost for doing so, which is why I have tried to avoid doing it regularly.
Thanks
Gabriel
The text was updated successfully, but these errors were encountered:
Hello,
When trying to post messages to a nats server, I am getting regular errors of the form:
I set up the connection as follows:
After I receive the error, I try setting up the connection again:
Am I expected to run
self.nats_client.connect()
each time before I try publish? There is a performance cost for doing so, which is why I have tried to avoid doing it regularly.Thanks
Gabriel
The text was updated successfully, but these errors were encountered: