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
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
I have WebSocket STOMP server written in SpringBoot. If WebSocket from server side is disconnected abruptly then then I am observing that subscription channels are still in stuck state and websocket are still running at client side. To stop/terminate we invoked Disconnect() of "github.com\drawdy\[email protected]\disconnect.go" which is internally invoking shutdown() of "github.com\drawdy\[email protected]\connection.go" but in this method it is getting stuck at "c.subsLock.Lock()" .
Can you please let me know what are the ways to close the Stomp and Websocket connection from client side in this situation?
Thanks
Vagesh
The text was updated successfully, but these errors were encountered:
Hi,
I have WebSocket STOMP server written in SpringBoot. If WebSocket from server side is disconnected abruptly then then I am observing that subscription channels are still in stuck state and websocket are still running at client side. To stop/terminate we invoked Disconnect() of "github.com\drawdy\[email protected]\disconnect.go" which is internally invoking shutdown() of "github.com\drawdy\[email protected]\connection.go" but in this method it is getting stuck at "c.subsLock.Lock()" .
Can you please let me know what are the ways to close the Stomp and Websocket connection from client side in this situation?
Thanks
Vagesh
The text was updated successfully, but these errors were encountered: