neovim-client icon indicating copy to clipboard operation
neovim-client copied to clipboard

Fix blocking messages thread

Open mluts opened this issue 6 years ago • 1 comments

Hi, thank you for this repo, i'm glad that there is something like that in the wild.

While i was working on my plugin for vim i encountered a problem with messages thread. When i'm in the middle of accepting rpc request from nvim i can't do requests back to nvim because it will block messages thread forever.

So far these changes worked for me.

...And i think those handlers deserve their own functions

mluts avatar Apr 23 '18 06:04 mluts

Thanks @mluts, will take a look shortly.

jebberjeb avatar Apr 23 '18 14:04 jebberjeb