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
Hi, I'm using the session package from session-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 wrong KeepAlive 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 and session-manager-plugin code version is the latest master dbfa0bf
The text was updated successfully, but these errors were encountered:
When session-manager-plugin version is equal to or higher than 1.2.339.0 and SSM Agent version is equal to or higher than 3.1.1511.0, mux KeepAlive is disabled because the ping message to maintain KeepAlive would prevent idle session timeout or max session duration timeout.
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: