Skip to content

Commit

Permalink
Merge pull request #2033 from nextcloud/backport/1971/stable16
Browse files Browse the repository at this point in the history
[stable16] Fix pending forced reconnection after WebSocket reconnection
  • Loading branch information
nickvergessen authored Jul 22, 2019
2 parents b3f0c50 + aa1ed87 commit 3e2c5c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/signaling.js
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,8 @@
}

this._forceReconnect = true;
this.resumeId = null;
this.signalingRoomJoined = null;
return;
}

Expand Down

0 comments on commit 3e2c5c2

Please sign in to comment.