Skip to main content

Heartbeat

Description

Each client connection must periodically send a text ping message. The server will reply with a text pong.

If the server does not receive a ping within 30 seconds, it will actively disconnect the link.


Example

Client → Server

ping

Server → Client

pong