socket.IO-objc
socket.IO-objc copied to clipboard
Reconnect event missing(?)
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.
will take a look at this ...
I took care of this by attempting to connect again in the onDisconnect function, while it is a patch, it works.