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
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ function handshake()
|
||||||
//We get a disconnect message
|
//We get a disconnect message
|
||||||
if(obj.disconnect)
|
if(obj.disconnect)
|
||||||
{
|
{
|
||||||
socket.reconnect = false;
|
|
||||||
socket.disconnect();
|
socket.disconnect();
|
||||||
padconnectionstatus.disconnected("userdup");
|
padconnectionstatus.disconnected("userdup");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue