Replies: 1 comment 1 reply
-
You are asking this question generically, but it cannot be answered that way. This package supports a lot of different websocket implementations and the differences in their implementations can have an effect on how this package behaves. You also don't show what code you are using to test, so those logs do not have context that I need to be able to interpret them correctly. So, please provide an update with the following:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have problem with understanding what happens behind scenes when connection is CLOSED (e.g. due to network problems).
I run simple server and connect with client, I am getting Ping/Pong normally:
Now I cut client connection (using ctrl-c to stop the process in terminal, but I guess no internet connection do the same). I would expect at some point disconnect will be called, but apparently that's not the case:
Thanks for help!
Beta Was this translation helpful? Give feedback.
All reactions