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
That's not a trivial answer because it doesn't just depend on when the SSH tunnel is open but also depends on the connection being ready by whatever service you're connecting to - which is something this library can't effectively know about.
The only real way to know a connection is ready is by using it. You may also find that some backends have a ping-style check or heartbeat that helps with this. Otherwise you could use your own retry mechanism to probe the connection on sensible intervals.
I don't see any mechanism for checking if the connection was successfully established, please tell me if there is one
The text was updated successfully, but these errors were encountered: