Skip to content

Commit c06ac07

Browse files
iamdevlinphdarrachequesne
authored andcommittedFeb 25, 2018
[docs] Fix typo (#3157)
1 parent 52b0960 commit c06ac07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Unless instructed otherwise a disconnected client will try to reconnect forever,
3838

3939
#### Disconnection detection
4040

41-
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.
41+
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.
4242

4343
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.
4444

0 commit comments

Comments
 (0)
Please sign in to comment.