docs: fix typo

Related: https://github.com/socketio/engine.io-protocol/issues/43
This commit is contained in:
Damien Arrachequesne
2024-07-01 17:23:19 +02:00
parent 05488c41f6
commit c815579e1b

View File

@@ -238,7 +238,7 @@ At a given interval (the `pingInterval` value sent in the handshake) the server
If the server does not receive a `pong` packet back, then it SHOULD consider that the connection is closed.
Conversely, if the client does not receive a `pong` packet within `pingInterval + pingTimeout`, then it SHOULD consider that the connection is closed.
Conversely, if the client does not receive a `ping` packet within `pingInterval + pingTimeout`, then it SHOULD consider that the connection is closed.
### Upgrade