Skip to content
Snippets Groups Projects
Commit a092de69 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix for bad disconnect cleanup

parent 4f84b222
No related branches found
No related tags found
No related merge requests found
Pipeline #29502 passed
...@@ -69,8 +69,8 @@ function Peer(ws) { ...@@ -69,8 +69,8 @@ function Peer(ws) {
} }
let close = () => { let close = () => {
this.status = kDisconnected;
this._notify("disconnect", this); this._notify("disconnect", this);
this.status = kDisconnected;
} }
let error = (e) => { let error = (e) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment