fix force disconnect function
This commit is contained in:
parent
800cf1712c
commit
a7a91df558
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue