mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 15:04:36 +03:00
f6a7df9678
I saw this in the stderr logs when the connection was offline: ``` 2021-07-17T01:54:28.036Z ERROR wezterm_ssh::session > Failed to write data to channel: Failure while draining incoming flow. Now what? 2021-07-17T01:54:28.036Z ERROR wezterm_ssh::session > Failed to write data to channel: Failure while draining incoming flow. Now what? 2021-07-17T01:54:28.142Z ERROR wezterm_ssh::session > Failed to write data to channel: Failure while draining incoming flow. Now what? ``` This commit propagates the error rather than logging and ignoring it. In addition, remove a couple of sources of blocking or panicking that are now unmasked by this. Possibly the root cause of https://github.com/wez/wezterm/issues/857 |
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml |