mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
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 a444e870e048f783ec08bdefe24b21aabcfbe5aa.
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…
x
Reference in New Issue
Block a user