Мелкая поправка

This commit is contained in:
Book Pauk
2020-01-22 20:59:52 +07:00
parent 9c13261929
commit 4972f085a3

View File

@@ -58,6 +58,7 @@ class WebSocketConnection {
resolve(this.ws);
} else {
url = url || `ws://${window.location.host}/ws`;
this.ws = new WebSocket(url);
if (this.timer) {