Files
coder/cli
Spike Curtis f20cc66c04 fix: give SSH stdio sessions a chance to close before closing netstack (#10815)
Man, graceful shutdown is hard.  Even after my changes, we were still hitting a graceful shutdown race: https://github.com/coder/coder/runs/18886842123

The problem was that while we attempt a graceful shutdown at the SSH layer by closing the session for writing, we were not giving it a chance to complete before continuing to tear down the stack of closers, including one that closes the netstack, and thus drop the TCP connection before it closes.
2023-11-22 13:11:21 +04:00
..
2023-07-27 09:33:43 +01:00
2023-11-17 09:45:24 -07:00
2023-08-27 14:46:44 -05:00
2023-09-08 18:21:33 +00:00
2023-10-10 11:26:53 -05:00