Skip to content

Commit 5f740d4

Browse files
committed
actually start the ping service
1 parent ce6fab5 commit 5f740d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/v3/authenticatedSocketConnection.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export class AuthenticatedSocketConnection {
8484
ws.ping();
8585
},
8686
});
87+
this._pingService.start();
8788

8889
this._messageHandler = new ZodMessageHandler({
8990
schema: clientWebsocketMessages,

0 commit comments

Comments
 (0)