mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-08 22:48:20 -05:00
docs: fix typo
Related: https://github.com/socketio/engine.io-protocol/issues/43
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user