You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all. I'm a Neovim user, and from time to time I receive the error
[LC] timed out waiting on receive operation
The error message is fairly straightforward --- it seems I haven't done an operation using RLS in a necessary amount of time. However, I was wondering if there's any way to turn off this "wait" so that RLS just waits indefinitely, in a sense. Getting this error is quite frustrating because I have to stop and start my language client to get RLS to run properly again.
As a side note, my overall experience with RLS + Neovim + LanguageClient-neovim has been good, but not great. I often have to restart the LanguageClient manually (with :LanguageClientStop and then LanguageClientStart). Any tips to make this experience more positive would be much appreciated.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi all. I'm a Neovim user, and from time to time I receive the error
The error message is fairly straightforward --- it seems I haven't done an operation using RLS in a necessary amount of time. However, I was wondering if there's any way to turn off this "wait" so that RLS just waits indefinitely, in a sense. Getting this error is quite frustrating because I have to stop and start my language client to get RLS to run properly again.
As a side note, my overall experience with RLS + Neovim + LanguageClient-neovim has been good, but not great. I often have to restart the LanguageClient manually (with
:LanguageClientStop
and thenLanguageClientStart
). Any tips to make this experience more positive would be much appreciated.Thanks in advance!
The text was updated successfully, but these errors were encountered: