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
Although we have a background ssh config that Jetbrains Gateway uses for admin actions, it will also open multiple connections under the primary hostname which reports activity while the connection is open. Because clients like Jetbrains Gateway will open multiple of these connections for a single IDE session, we need to debounce the updates coming in from these multiple connections on the coder server so that we report this activity as just 1 jetbrains ssh session and not 2+.
It's possible that this is a Jetbrains Gateway bug and related to #179 - If the first connection sees an error and Jetbrains opens another connection (and leaves the old one open) you could see 2 ssh commands running when jetbrains is only using 1.
Although we have a background ssh config that Jetbrains Gateway uses for admin actions, it will also open multiple connections under the primary hostname which reports activity while the connection is open. Because clients like Jetbrains Gateway will open multiple of these connections for a single IDE session, we need to debounce the updates coming in from these multiple connections on the coder server so that we report this activity as just 1 jetbrains ssh session and not 2+.
It's possible that this is a Jetbrains Gateway bug and related to #179 - If the first connection sees an error and Jetbrains opens another connection (and leaves the old one open) you could see 2 ssh commands running when jetbrains is only using 1.
After opening the IDE you can see the following:
The text was updated successfully, but these errors were encountered: