Question

After doing socket.disonnect() on the browser, I would like to reconnect. How can I do it ?

Was it helpful?

Solution

The right thing to do is

socket.socket.disonnect()

then

socket.socket.reconnect()
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top