: remove keepalive message ping
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user