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

Move rpc request handler to its own thread

Open fdinoff opened this issue 9 years ago • 0 comments

There is a potential for deadlock if the rpc request asks for more data from neovim. The request is handled serially so the receiver thread won't read new data from the connection.

fdinoff avatar Sep 13 '15 16:09 fdinoff