roxma / vim-hug-neovim-rpc

EXPERIMENTAL
MIT License
218 stars 28 forks source link

Fix 29 #31

Closed roxma closed 6 years ago

roxma commented 6 years ago

Another attempt to fix #29

This PR tries to avoid data loss compared to PR #30. We cleanup the job data only when both exit_cb and close_cb are called

@Shougo

I think this PR is probably better. However I cannot reproduce #29. @dylan-chong Would you like to test it since #29 is reproducible on your PC?

Shougo commented 6 years ago

Thanks. It is better than my PR.

dylan-chong commented 6 years ago

See my comment https://github.com/roxma/vim-hug-neovim-rpc/pull/30#issuecomment-399736051