You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had activity for 365 days. It will be closed if no further activity occurs within 56 days. Thank you for your contributions.
How do I know if connection is well and alive?
I connected to an non-existing IP by mistake and found that nothing happened in my code as if it was connected OK.. Only no messages came through :)
Environment
Actual behaviour
SubscriberSocket .Connect(server) throws no errors if server doesnt exist
Expected behaviour
SubscriberSocket .Connect(server) should throw an error if server doesnt exist
an event handler/action has to be called called if disconnect or connection broken at any time
there has to be a method to check if connection is alive at any time
The text was updated successfully, but these errors were encountered: