Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handshake: Fix incorrectly described format #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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