mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
e6dad960cf
This prevents a freeze while shutting down when using `efm-langserver`. `efm-langserver` exits immediately after seeing a shutdown request, without responding to the request. We block awaiting the reply to the shutdown request which will never come, so we time out. This change responds to any pending requests with `Err` saying that the stream has been closed. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |