Replies: 1 comment 11 replies
-
Interesting, how are you shutting down the server? Could you let me know what operating system, runtime/framework you are using? I just tested using the test client and server apps, hitting CTRL-C even in the server (left side) caused the client (right side) to detect the disconnect immediately. |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I shut down the server side, my application using SuperSimpleTCP Client does not fire the disconnect event until i try to send something to the server - at that point it will fire the Disconnected event. How can i get the Disconnect event to fire as soon as the client gets disconnected ?
Beta Was this translation helpful? Give feedback.
All reactions