From 162362f1e7b150799311c604825d8186f49b4049 Mon Sep 17 00:00:00 2001 From: Will Liu Date: Fri, 28 Jun 2024 16:18:45 -0400 Subject: [PATCH] clarify pings --- pages/api_integration-indexer/indexer_websocket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api_integration-indexer/indexer_websocket.md b/pages/api_integration-indexer/indexer_websocket.md index ddb7fa64..37909d79 100644 --- a/pages/api_integration-indexer/indexer_websocket.md +++ b/pages/api_integration-indexer/indexer_websocket.md @@ -23,7 +23,7 @@ Upon connecting to v4 Websockets you will receive an initial connection message ### Maintaining a Connection -Every 30 seconds, the websocket API will send a ping event to the connected client. If a pong event is not received within 10 seconds back, the websocket API will disconnect. +Every 30 seconds, the websocket API will send a [heartbeat ping control frame](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers#pings_and_pongs_the_heartbeat_of_websockets) to the connected client. If a pong event is not received within 10 seconds back, the websocket API will disconnect. ### Subscribe