Pong Message

Type: 1

Direction: Client → Server

The pong message is a message that the client must send to the server within 30 seconds of receiving the ping message therwise they'll get disconnected from the WebSocket.

Model

PropertyTypeDescription
type1The type of the WebSocket message, indicating a pong event.
data?nullNo data is sent with a pong message.