You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,11 @@ certstream-server-go offers multiple endpoints to connect to.
41
41
You can connect to the certstream-server by opening a **websocket connection** to any of the aforementioned endpoints.
42
42
After you're connected, certificate information will be streamed to your websocket.
43
43
44
-
The server requires you to send a ping message at least every 60 seconds (it's recommended to use an interval of 30s for pings). If the server did not receive a ping message for more than this time, the server will disconnect you. The server will **not** send out ping messages to your client.
44
+
The server requires you to send a **ping message** at least every 60 seconds (it's recommended to use an interval of 30s for pings).
45
+
If the server did not receive a ping message for more than this time, the server will disconnect you.
46
+
The server will **not** send out ping messages to your client.
47
+
48
+
Read more about ping/pong WebSocket messages in the [Mozilla Developer Docs](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers#pings_and_pongs_the_heartbeat_of_websockets).
45
49
46
50
### Example
47
51
To receive a live example of any of the endpoints, just send an HTTP GET request to the endpoints with `/example.json` appended to the endpoint. So for example `/full-stream/example.json`. This example shows the lite format of a certificate update.
0 commit comments