Revert "Don't try to reconnect if we reset the connection on our own"
Don't think this is necassary, the problem might be caused by of a old socket.io version
This reverts commit a444e870e0
.
This commit is contained in:
parent
82bb9e69ed
commit
3b2a601beb
|
@ -93,7 +93,6 @@ function handshake()
|
|||
//We get a disconnect message
|
||||
if(obj.disconnect)
|
||||
{
|
||||
socket.reconnect = false;
|
||||
socket.disconnect();
|
||||
padconnectionstatus.disconnected("userdup");
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue