: remove keepalive message ping

This commit is contained in:
StarAppeal
2024-03-05 06:28:09 +01:00
parent d41521005c
commit 94e2c121b7
@@ -13,7 +13,6 @@ export function heartbeat(wss: WebSocketServer) {
ws.isAlive,
);
if (!ws.isAlive) return ws.terminate();
// ws.send("keepalive");
ws.isAlive = false;
ws.ping();