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
I am using this library in a method and this method never returns if server/connection died for any reason. Currently I am not using Message Listener reconnect method(on_disconnect calls connect) as I didn't find any examples on how to gracefully disconnect without this reconnection.
I am using this library in a method and this method never returns if server/connection died for any reason. Currently I am not using Message Listener reconnect method(on_disconnect calls connect) as I didn't find any examples on how to gracefully disconnect without this reconnection.
stomp.connect.BaseConnection.exit
Should we check if connection is alive? And probably we don't want to wait forever for a disconnect.
The text was updated successfully, but these errors were encountered: