Skip to content

Commit

Permalink
Merge branch 'o0shojo0o:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim authored Sep 29, 2024
2 parents 1fa02b9 + 44b1c31 commit eb8f8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/websocketController.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class WebsocketController {
this.wsHeartbeat();
});

wsClient.on('ping', () => {
wsClient.on('pong', () => {
this.wsHeartbeat();
});

Expand Down

0 comments on commit eb8f8a4

Please sign in to comment.