fix force disconnect function
This commit is contained in:
parent
800cf1712c
commit
a7a91df558
|
@ -81,7 +81,6 @@ class ServerConnection {
|
|||
|
||||
_onForceDisconnect() {
|
||||
document.cookie = "peerid=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
|
||||
this._disconnect();
|
||||
this._connect();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue