This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Description
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