Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise the BufWriter capacity to avoid blocking on writes #1230

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

TysonAndre
Copy link
Contributor

At least for me, vim's ui blocks when using a single threaded language
server that works for a long time before reading the next command from
stdin.

With phan, I see the editor does not seem to block with this patch.
See
https://doc.rust-lang.org/std/io/struct.BufWriter.html#implementations

At least for me, vim's ui blocks when using a single threaded language
server that works for a long time before reading the next command from
stdin.

With phan, I see the editor does not seem to block with this patch.
See
https://doc.rust-lang.org/std/io/struct.BufWriter.html#implementations
VentGrey added a commit to VentGrey/LanguageClient-neovim that referenced this pull request Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant