Normally websocket connections require a heartbeat message to be sent by client every N seconds.
Does Fyers websocket also needs it?
What is the format of heartbeat message? Is it just the word "ping"?
How frequently should the client send the heartbeat message?
If heartbeat is needed, please update the documentation.