Skip to content

Commit 208a898

Browse files
committed
JITSI: apply WebSocket disconnect fix
1 parent 0da1427 commit 208a898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/websocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Strophe.Websocket = class Websocket {
300300
Strophe.warn("Couldn't send <close /> tag.");
301301
}
302302
}
303-
setTimeout(() => this._conn._doDisconnect, 0);
303+
setTimeout(() => this._conn._doDisconnect(), 0);
304304
}
305305

306306
/** PrivateFunction: _doDisconnect

0 commit comments

Comments
 (0)