socket.IO-objc icon indicating copy to clipboard operation
socket.IO-objc copied to clipboard

Reconnect event missing(?)

Open l0c0luke opened this issue 13 years ago • 2 comments

In my desktop browser socket.io js implementation, the client seems to be intelligent enough to reconnect and grab the old socket in the case that the socket server restarts or something like that.

Before I change my server side code to not rely on this socket id persistence, I wanted to ask if I was missing something with this excellent library.

l0c0luke avatar Sep 05 '12 14:09 l0c0luke

will take a look at this ...

pkyeck avatar Sep 11 '12 07:09 pkyeck

I took care of this by attempting to connect again in the onDisconnect function, while it is a patch, it works.

RyanCopley avatar Dec 27 '12 22:12 RyanCopley