SuperWebSocket
SuperWebSocket copied to clipboard
Reconnect the websocket session while browser reload or refresh
Hi,
The very first time browser window page load client will connect to web socket service. Now, while page reload or refresh browser client have to connect the web socket service instead of creating new socket session for the same client. Let me know how to do that?
Thanks, Palmani. K
You need keep your connection state by yourself. In SuperWebSocket, one session just means one connection.