-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly recover from crashed runtime
This uses a registry to track the runtimes, so that if one crashes and is restarted, it will register itself with the registry and the LSP process doesn't need to track them itself. This also streamlines the logic for waiting for the the runtimes to be ready.
- Loading branch information
Showing
6 changed files
with
185 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.