Skip to content

Commit

Permalink
[docs] Fix typo (#3157)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdevlinph authored and darrachequesne committed Feb 25, 2018
1 parent 52b0960 commit c06ac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Unless instructed otherwise a disconnected client will try to reconnect forever,

#### Disconnection detection

An heartbeat mechanism is implemented at the Engine.IO level, allowing both the server and the client to know when the other one is not responding anymore.
A heartbeat mechanism is implemented at the Engine.IO level, allowing both the server and the client to know when the other one is not responding anymore.

That functionality is achieved with timers set on both the server and the client, with timeout values (the `pingInterval` and `pingTimeout` parameters) shared during the connection handshake. Those timers require any subsequent client calls to be directed to the same server, hence the `sticky-session` requirement when using multiples nodes.

Expand Down

0 comments on commit c06ac07

Please sign in to comment.