Revert "chore: add WS ping"

This reverts commit f2bec6a1d1.
This commit is contained in:
Adhiraj Singh
2022-04-22 19:17:53 +05:30
parent 207f279772
commit c4ffb2bfaf

View File

@@ -353,7 +353,6 @@ export const makeSocket = ({
if(diff > keepAliveIntervalMs + 5000) {
end(new Boom('Connection was lost', { statusCode: DisconnectReason.connectionLost }))
} else if(ws.readyState === ws.OPEN) {
ws.ping()
// if its all good, send a keep alive request
sendNode(
{