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

[#976] Cancel requests asynchronously #977

Merged
merged 1 commit into from
Apr 9, 2021

Conversation

robertoaloi
Copy link
Member

Description

Whenever a provider (typically the lens one) is busy, the cancellation request can time out, causing a crash in els_server. At that point the response to the cancellation request is not sent and the client is stuck. Instead, deal with the cancellation request asynchronously.

Fixes #976 .

@robertoaloi robertoaloi merged commit 36bf081 into main Apr 9, 2021
@robertoaloi robertoaloi deleted the 976-cancel-requests-asynchronously branch April 9, 2021 11:30
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.

els_server crashes due to timeout from els_code_lens_provider, does not recover
1 participant