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
Copy file name to clipboardExpand all lines: components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/AbstractGitpodPortForwardingService.kt
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -157,30 +157,31 @@ abstract class AbstractGitpodPortForwardingService : GitpodPortForwardingService
157
157
158
158
coroutineScope {
159
159
// Stop operations first to free up resources
160
-
launch {
160
+
val stopForwardingJob =launch {
161
161
processPortsInBatches(forwardedPortsToStopForwarding) { port ->
0 commit comments