-
Notifications
You must be signed in to change notification settings - Fork 76
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
Port forwarding session times out after 1min in Golang #83
Comments
When Did you configure idle session timeout or max session duration? Did your server connect to the local port before the data channel was terminated? |
Hi @yuting-fan, I am also encountering this issue when using this package in an internal tool. The only way to get around it is to vendor my deps and patch version.go, otherwise, the Version is Would it be possible to update this |
Would there be update on this issue? I have been experiencing the same 1 minute time out problem. |
Hi, I'm using the
session
package fromsession-manager-plugin
in my internal tool, but the established data channel always gets terminated after 1min. According to the last comment in this issue here, it's due to the wrongKeepAlive
setting of the mux. I tried it locally to modify the code as explained in that comment, the connection also stays as stated. Would you be able to double check this issue?My agent version on the EC2 instance is
3.2.1705.0
andsession-manager-plugin
code version is the latest masterdbfa0bf
The text was updated successfully, but these errors were encountered: