Pergunta

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

Foi útil?

Solução

The right thing to do is

socket.socket.disonnect()

then

socket.socket.reconnect()
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top