Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Socket.IO protocol
==================

Expand Down Expand Up @@ -249,7 +248,7 @@ the server might want to respond with a error packet.
Sends a heartbeat. Heartbeats must be sent within the interval negotiated with
the server. It's up to the client to decide the padding (for example, if the
heartbeat timeout negogiated with the server is 20s, the client might want to
send a heartbeat evert 15s).
send a heartbeat every 15s).

### (`3`) Message

Expand Down