potential fix for reconnect function

This commit is contained in:
schlagmichdoch 2022-12-31 12:26:24 +01:00
parent 0b45bdfd84
commit 6feeb6d4d9

View file

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