Skip to content

fix: Prevent lsp request from beeing endlesly pending#167

Merged
saecki merged 2 commits into
saecki:mainfrom
PolyMeilex:prevent-endless-lsp-request
Aug 1, 2025
Merged

fix: Prevent lsp request from beeing endlesly pending#167
saecki merged 2 commits into
saecki:mainfrom
PolyMeilex:prevent-endless-lsp-request

Conversation

@PolyMeilex
Copy link
Copy Markdown
Contributor

Requests handled with the in-process lsp server are endlessly pending in the Client.requests table.

This is caused by the lack of notify_reply_callback invocation (more about this in neovim/neovim#24338 (comment))

@saecki
Copy link
Copy Markdown
Owner

saecki commented Jul 30, 2025

Oh wow, I wonder if that will fix the issues described in #166

EDIT: doesn't seem like it.

Comment thread lua/crates/lsp.lua Outdated
@saecki
Copy link
Copy Markdown
Owner

saecki commented Aug 1, 2025

Thanks!

@saecki saecki merged commit 92bb44e into saecki:main Aug 1, 2025
@PolyMeilex PolyMeilex deleted the prevent-endless-lsp-request branch August 1, 2025 21:39
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.

2 participants