Pregunta

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

¿Fue útil?

Solución

The right thing to do is

socket.socket.disonnect()

then

socket.socket.reconnect()
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top