Replies: 1 comment 5 replies
-
Hey. First of all, you should not need to shut everything down if you use auth callback Regarding dropping the connection - connection will be dropped when all |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to reconnect after the JWT token has expired, I'm signaling my app from the event_callback when I detect an authentication problem to drop everything and start again. This basically works but the old async nats client keeps on trying. I can not seem to kill the connection, even drop(client) does not help. Can't seem to find anything in the documentation regarding closing connections.
Beta Was this translation helpful? Give feedback.
All reactions