Skip to content

Commit

Permalink
Update packages/core/src/common/messaging/web-socket-channel.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Maréchal <[email protected]>
  • Loading branch information
DanboDuan and paul-marechal authored Oct 28, 2022
1 parent 2a0ead0 commit c3871de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/common/messaging/web-socket-channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export class PersistentWebSocket implements IWebSocket {
this._onSocketDisconnect.fire();
}

protected onReConnect(): void {
protected handleReconnect(): void {
this.underlyingSocketConnected = true;
if (this._disconnectRunner.isScheduled()) {
this._disconnectRunner.cancel();
Expand Down

0 comments on commit c3871de

Please sign in to comment.