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
I want to detect lost connection or not connection or failed connection. I found method channel.getConnection(), but It return object which returns useless method like shutdown etc. My question is simply. How to detect connection loss or connection failure and successful channel connection to the server ? It is possible ?. I found keepalive method on channel but it it gives me little to maintain the connection without any method that checks this connection.
The text was updated successfully, but these errors were encountered: