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
coder port-forward remains running after the workspace is stopped or restarted. The local listener stays open but the tunnel is dead, so client connections hang/time out.
Expected behavior
Either:
The port-forward session exits when the workspace stops/restarts; or
The port-forward window logs workspace lifecycle events (start/stop/restart) so the user knows what to expect.
Actual behavior
The CLI keeps printing "Forwarding ... Ready!" and stays active. After the workspace is stopped/restarted, connections to the forwarded local port hang/time out, with no additional logs in the port-forward session.