1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00
wezterm/wezterm-client
Wez Furlong 3e91f0b295 mux: avoid hanging when ssh domain fails to setup mux server
In some cases, the `wezterm cli proxy` subcommand had terminated
with error, but the client was still happily waiting for more data
to read.

This commit spawns a thread to detect the process termination and
then drop the child struct when it completes; that in turn causes
the stdio descriptors to close and then things tick over.

refs: #1358
2021-12-05 08:23:55 -08:00
..
src mux: avoid hanging when ssh domain fails to setup mux server 2021-12-05 08:23:55 -08:00
Cargo.toml deps: lru 0.6 -> 0.7 2021-10-10 19:29:42 -07:00