mirror of
https://github.com/neovim/neovim.git
synced 2026-02-06 03:47:20 +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.