Jaal
Jaal copied to clipboard
Fix subscription panic on closing websocket connection
Whenever a client closes the web-socket connection of the subscription, closing the closed channel is handled.
Also, the client sessions are now maintained using the client id as well as a server-generated id to uniquely identify the client session during the socket connection.