Type Alias HeartbeatsMissed

HeartbeatsMissed: { count: number; type: "heartbeats_missed" }

Notification that heartbeats were missed. This notification is informational. The data portion of the status, is a number indicating the number of missed heartbeats. Note that when a client disconnects, heartbeat tracking is paused while the client is disconnected.

Type declaration

  • count: number
  • type: "heartbeats_missed"