[Solved] Getting disconnected from PubSub after 7 minutes

When you send a PING are you sending something like:

ws.send(JSON.stringify({“type”: “PING”}));

(Javascript)

Or are you just

ws.send(‘PING’);