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

有帮助吗?

解决方案

The right thing to do is

socket.socket.disonnect()

then

socket.socket.reconnect()
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top