Skip to content

Commit

Permalink
Web socket client missing de-assignments during unbinding
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Mar 6, 2024
1 parent deca939 commit 921a912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/web-socket-client/web-socket-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,8 @@ export class WebSocketClient {
this._pingPromises = [];
this._lastPingTimestampMs = undefined;
this._pongReceived = false;
this._connectPromise?.reject('Disconnecting');
this._connectPromise = undefined;
this.onMineSubtitle = undefined;
}
}

0 comments on commit 921a912

Please sign in to comment.