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:
Peter 'Pita' Martischka 2011-06-02 14:17:15 +01:00
parent 82bb9e69ed
commit 3b2a601beb

View file

@ -93,7 +93,6 @@ function handshake()
//We get a disconnect message
if(obj.disconnect)
{
socket.reconnect = false;
socket.disconnect();
padconnectionstatus.disconnected("userdup");
return;