Skip to content
New issue

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

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

Already on GitHub? # to your account

lsp: Use notify for sending messages #1267

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

charlieegan3
Copy link
Member

Previously, we were using Call, this will wait for a request and can block. This PR uses Notify instead, which is non-blocking and follows the spec.

Previously, we were using Call, this will wait for a request and can
block. This PR uses Notify instead, which is non-blocking and follows
the spec.

Signed-off-by: Charlie Egan <charlie@styra.com>
@anderseknert anderseknert merged commit c8a0329 into StyraInc:main Nov 18, 2024
5 checks passed
@charlieegan3 charlieegan3 deleted the notify-not-cal branch November 18, 2024 13:27
charlieegan3 added a commit to charlieegan3/regal that referenced this pull request Jan 6, 2025
Previously, we were using Call, this will wait for a request and can
block. This PR uses Notify instead, which is non-blocking and follows
the spec.

Signed-off-by: Charlie Egan <charlie@styra.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants