Skip to content

Shutdown vs Exit #52

@stevemit

Description

@stevemit

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions