-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Description
The LSP protocol indicates that the server process should remain alive after the client's Shutdown request, and wait for the client's Exit notification. The sample server exits when await server.WasShutDown;
completes, i.e., after the ShutdownHandler is called. Don't we need a signal from the ExitHandler?
Metadata
Metadata
Assignees
Labels
No labels