Closed jjeon5 closed 9 years ago
When I close the socket and then connect again, my listeners are called twice. I know that in the readme it says the socket shouldn't reconnect after closing, but is there any way to fix this? Thank you!
I'll look into it
If it is still happening now, something is adding the handlers to the socket again.
solved with the close(fast:true) feature (Sorry for the late comment)
When I close the socket and then connect again, my listeners are called twice. I know that in the readme it says the socket shouldn't reconnect after closing, but is there any way to fix this? Thank you!