Skip to content

Commit

Permalink
Bugs doc cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoes committed Nov 14, 2011
1 parent b0e9977 commit 000fff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/bugs.rst
Expand Up @@ -7,14 +7,14 @@ them "show-stoppers", but you can work around them with some degree of luck.
Connect after disconnect
^^^^^^^^^^^^^^^^^^^^^^^^

Unfortunately, disconnection is bugged in socket.io. If you close socket connection,
Unfortunately, disconnection is bugged in socket.io client. If you close socket connection,
``io.connect()`` to the same endpoint will silently fail. If you try to forcibly connect
associated socket, it will work, but you have to make sure that you're not setting up
callbacks again, as you will end up having your callbacks called twice.

Link: https://github.com/LearnBoost/socket.io-client/issues/251

For now, if your main connection was closed, you have two options:
For now, if your main connection was closed, you have few options:
::

var conn = io.connect(addr, {'force new connection': true});
Expand Down

0 comments on commit 000fff3

Please sign in to comment.