SuperWebSocket icon indicating copy to clipboard operation
SuperWebSocket copied to clipboard

Reconnect the websocket session while browser reload or refresh

Open palmani opened this issue 11 years ago • 1 comments

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

palmani avatar Feb 10 '15 18:02 palmani

You need keep your connection state by yourself. In SuperWebSocket, one session just means one connection.

kerryjiang avatar Apr 22 '15 04:04 kerryjiang