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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,11 @@ The server can respond in three different ways:

The handshake was successful.

The body of the response should contain the session id (`sid`) given to the
client, followed by the heartbeat timeout, the connection closing timeout,
and the list of supported transports separated by `:`
The response will provide the following elements seperated by `:` in order: the
session id (sid), the heartbeat timeout, the connection closing timeout, and
finally the list of supported transport formats.

The list of transport formats will be seperated by `,`.

The absence of a heartbeat timeout ('') is interpreted as the server and
client not expecting heartbeats.
Expand Down