Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Reconnect event missing(?) #38

Open
l0c0luke opened this issue Sep 5, 2012 · 2 comments
Open

Reconnect event missing(?) #38

l0c0luke opened this issue Sep 5, 2012 · 2 comments
Assignees

Comments

@l0c0luke
Copy link

l0c0luke commented Sep 5, 2012

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.

@ghost ghost assigned pkyeck Sep 11, 2012
@pkyeck
Copy link
Owner

pkyeck commented Sep 11, 2012

will take a look at this ...

@RyanCopley
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants