<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior 1. `coder port-forward <workspace name> --tcp 3000:3000` starts fine. 1. I start a node react app on port 3000 1. And open `localhost:3000` on my local Macbook Pro and the app shows up fine 1. I make a quick change in the HTML to go from `OSS!` to `OSS World!` and the app recompiles 1. I should refresh `localhost:3000` and the change be visible ## Current Behavior Step 5 above freezes the web browser at `localhost:3000` and it never reloads. I have to stop the port-forward and re-start it. <img width="2394" alt="image" src="https://user-images.githubusercontent.com/2022166/175827791-d777111f-d2fc-436d-8ce4-716583a6220c.png"> Screenshot (clockwise) 1. `kubectl logs` into the workspace pod 1. the `localhost:3000` web app, with previous state and notice the X in the browser which means it will not finish loading 1. `code-server` VS Code in a browser opened from the workspace with the src file I changed and terminal with app started on 3000 1. the `coder port-forward` running in the local terminal