-
Notifications
You must be signed in to change notification settings - Fork 275
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
Websocket4net doesn't terminate connection #104
Comments
Could you write a test case to demonstrate this issue? |
Same problem were... Websocket instance properties at the moment of exception:
Test case:
|
Open method just start the open connection procedure. You need wait the OnOpen event to be fired and then make further actions. |
@kerryjiang can you provide test case? |
@kerryjiang can you provide test sample? I have a similar error "The socket is connecting, cannot connect again"
|
++++ |
do you solve issue? |
The typical case is to call |
Any update on this one? |
I connect to server and wanna disconnect from it.
When i rise method
websocket.Close()
its not terminate connection. I see status "Closed". What means it? How force terminate connection?The text was updated successfully, but these errors were encountered: