Skip to content

feat!: async requests and request cancelling #67

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

Merged
merged 1 commit into from
Jul 3, 2025
Merged

feat!: async requests and request cancelling #67

merged 1 commit into from
Jul 3, 2025

Conversation

mhanberg
Copy link
Collaborator

@mhanberg mhanberg commented Jul 3, 2025

BREAKING: The handle_request, handle_notification, and handle_info
callbacks are now run in their own process. The %LSP{} token has a new
field to hold the server's pid, so if you need to register other
processes to send it messages, you can use that intead of self()

BREAKING: The handle_request, handle_notification, and handle_info
callbacks are now run in their own process. The %LSP{} token has a new
field to hold the server's pid, so if you need to register other
processes to send it messages, you can use that intead of `self()`
@mhanberg mhanberg merged commit 8096c5d into main Jul 3, 2025
8 checks passed
@mhanberg mhanberg deleted the async branch July 3, 2025 03:21
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