Мелкая поправка
This commit is contained in:
@@ -94,7 +94,7 @@ class WebSocketConnection {
|
|||||||
this.ws = new this.WebSocket(this.url);
|
this.ws = new this.WebSocket(this.url);
|
||||||
}
|
}
|
||||||
|
|
||||||
const onopen = (e) => {
|
const onopen = () => {
|
||||||
this.connecting = false;
|
this.connecting = false;
|
||||||
resolve(this.ws);
|
resolve(this.ws);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user