We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5261c93 commit faeac35Copy full SHA for faeac35
1 file changed
index.js
@@ -14055,9 +14055,8 @@ WebSocketClient.prototype._onclose = function() {
14055
14056
this.container._remove(this._id);
14057
this.container._refresh();
14058
- self.container.$events.close && this.container.emit('close', this);
+ this.container.$events.close && this.container.emit('close', this);
14059
this.socket.removeAllListeners();
14060
- this.removeAllListeners();
14061
F.$events['websocket-end'] && F.emit('websocket-end', this.container, this);
14062
};
14063
0 commit comments