the socket.io docs says we should implement our own reconnect?

Does anyone have an example of a simple reconnect scheme?

The idea is that if the user reconnects within 20 seconds he should be given the same socket.io sessionid.

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

socket.io has reconnect support now, using the options reconnect and reconnectionDelay so you can let that handle everything for you if you need.

link|improve this answer
2  
are you sure this gives the same sessionid? – Harry Jun 21 '11 at 10:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.