potential fix for reconnect function
This commit is contained in:
parent
0b45bdfd84
commit
6feeb6d4d9
1 changed files with 0 additions and 2 deletions
|
@ -94,9 +94,7 @@ class ServerConnection {
|
||||||
}
|
}
|
||||||
|
|
||||||
_onError(e) {
|
_onError(e) {
|
||||||
console.log("_onError")
|
|
||||||
console.error(e);
|
console.error(e);
|
||||||
// this._connect();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue