potential fix for reconnect function

This commit is contained in:
schlagmichdoch 2022-12-31 12:26:24 +01:00
parent 0b45bdfd84
commit 6feeb6d4d9
1 changed files with 0 additions and 2 deletions

View File

@ -94,9 +94,7 @@ class ServerConnection {
}
_onError(e) {
console.log("_onError")
console.error(e);
// this._connect();
}
}