Question

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

Était-ce utile?

La solution

The right thing to do is

socket.socket.disonnect()

then

socket.socket.reconnect()
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top