mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 03:58:32 +00:00

Problem:
On Windows, since b360c06085
, UI may hang on exit. #33019
Solution:
Restore the hack in on_proc_exit, until we can figure out why rpc_close
is not called in the UI client when the server closes the channel.