mirror of
https://github.com/neovim/neovim.git
synced 2026-07-23 17:32:51 +00:00
If the last nvim_eval arrives on RPC channel before rpc_close_event() is processed, it will be scheduled immediately after rpc_close_event() and before free_channel_event(), causing the test to fail.