: adds data to the ping

This commit is contained in:
StarAppeal
2024-03-03 10:53:35 +01:00
parent 011abc2188
commit 060706b959
@@ -16,7 +16,7 @@ export function heartbeat(wss: WebSocketServer) {
ws.send("keepalive");
ws.isAlive = false;
ws.ping();
ws.ping("keepalive");
},
);
};