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
If Shutdown() is called and nats-server was passed NoSigs false, but the call to Shutdown wasn't induced by a system signal, then Shutdown will hang forever because if it calls nats-server Shutdown() it will cause an internal function to panic due to nats-io/nats-server#6358.
A potential fix in the meantime would be to duplicate the signals nats-server listens for internally and if that context is cancelled then don't call Shutdown().
The text was updated successfully, but these errors were encountered:
If Shutdown() is called and nats-server was passed NoSigs false, but the call to Shutdown wasn't induced by a system signal, then Shutdown will hang forever because if it calls nats-server Shutdown() it will cause an internal function to panic due to nats-io/nats-server#6358.
A potential fix in the meantime would be to duplicate the signals nats-server listens for internally and if that context is cancelled then don't call Shutdown().
The text was updated successfully, but these errors were encountered: