-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deal with Closed Tunnels #6
Comments
ssh.send_global_request("[email protected]") |
I run into this all the time and it's frustrating to have to keep restarting TBM. It seems to occur most often when accessing remote web interfaces that use ajax or other methods to refresh part of the page. It would be nice if TBM was more resilient.
|
Can I ask what browser you're using when this happens? I use Safari most of the time, but I've noticed when I'm using Chrome, some apps tends to knock the tunnel out very regularly. I could certainly add some kind of retry capability to TBM which would help, but it'd be nice if it wouldn't go down at all. It might also be that net-ssh-2.6.7 will resolve something, although I can't find any release notes on a quick search. |
I'm using Firefox. Of course I'm not able to reproduce the problem now :-/. I'll try Chrome and Safari and see how they compare. I don't remember this being a problem when I used ssh directly, but there have also been changes to the network configuration on both sides of these connections since then, so it may be unrelated to TBM. |
Well, in the meantime I added Issues #52 and #53 to the v1.0 milestone, which might help alleviate the pain somewhat even if the root cause remains. If you are able to make it reproducible, I'd be happy to know it. As I get into testing for v1.0, I'll try and use Chrome on a few of the apps where I've hit what seems like a similar issue in the past. |
Keep tunnels alive or have a way to reopen them and/or diagnose them?
The text was updated successfully, but these errors were encountered: