Skip to content

Commit e3f848d

Browse files
Add missing bind
1 parent c4bfe6d commit e3f848d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/controllers/SessionController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class SessionController implements SLWebSocketEventListener {
2525

2626
private constructor() {
2727
this.onWebSocketEvent = this.onWebSocketEvent.bind(this);
28+
this.onReconnectWebSocket = this.onReconnectWebSocket.bind(this);
2829
}
2930

3031
static getInstance(): SessionController {

0 commit comments

Comments
 (0)