Skip to content

Commit

Permalink
Cosmetic: reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Oct 25, 2011
1 parent 7719c4e commit 8e077dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ behaviour, it's impossible to support all features. One of the
important SockJS limitations is the fact that you're not allowed to
open more than one SockJS connection to a single domain at a time.
This limitation is caused by a in-browser limit of outgoing
connections - usually browsers don't allow opening more than two outgoing
connections to a single domain. Single SockJS session requires those two connections -
one for downloading data, other for sending messages. Opening second SockJS
session at the same time would most probably block and can
result in both sessions timing out.
connections - usually browsers don't allow opening more than two
outgoing connections to a single domain. Single SockJS session
requires those two connections - one for downloading data, other for
sending messages. Opening second SockJS session at the same time
would most probably block and can result in both sessions timing out.

Opening more than one SockJS connection at a time is generally a
bad practice. If you absolutely must do it, you can use
Expand Down

0 comments on commit 8e077dd

Please sign in to comment.