forked from faye/faye-websocket-node
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test for faye/websocket-driver-node#8
If you decide to open a client connection but then close it before the TCP connection succeeds, the websocket-driver change tested by this commit will ensure that it will actually close, rather than ignoring the close() method. The change to API.close also seems correct to me, though I'm not sure if there are any observable changes if you don't do it.
- Loading branch information
Showing
2 changed files
with
47 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters