Heartbeat
- DarkLight
Heartbeat
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Gaps in data transmission may occur when connectivity is disrupted. To check this, the a heartbeat, sent every 5 seconds, is constantly monitored by the messages exchanged between the client requesting the Performance Review data and the Websocket server via the packets below:
{
"Sender": "PerformanceMetrics_ACQ_1654268360}",
"Receiver": "PerformanceMetrics_ACQ_1654268360}",
"MessageType": "Heartbeat",
"Data": "***heartbeat***"
}
Heartbeat Fields
Field | Description |
---|---|
Sender | The client sending the packet. |
Receiver | The receiver of the packet. This request is not routed to any other clients; hence sender and receiver are the same. |
Message Type | The purpose for which the packet is sent. This is to verify if the sender stays connected to the Websocket server or not. |
Data | Heartbeat is sent as a keyword to the client. |
Was this article helpful?