Closed idavydov closed 1 year ago
Sometimes after sending a chunk I get the following error:
Error sending message to Nvim-R: 4352242 x 4029578
Error sending final byte to Nvim-R: 1 x 18446744073709551615
The nvimcom TCP client is trying to send 4352242 bytes of data to nvimrserver but a single write command failed to send the complete data. I can't replicate the issue here, so, I created a new branch with a possible fix. Could you try it, please: https://github.com/jalvesaq/Nvim-R/tree/write_loop
I just made some changes based on what I found in the PHP source code...
I'm running the write_loop
branch for a couple of hours now, and it seem to work well for now. Thanks!
Thanks for the feedback! I'll merge it.
Hi,
Thanks for fixing #767. I updated to 807871d to test the fix, and I noticed that now the server is frequently going down.
When this happens, if I press
<localleader>rh
, I get"Server not running"
. Andps -Af | grep nclientserver | grep -v grep
doesn't return anything.Do you have any suggestions on how to debug this?
:RDebugInfo
says: