Skip to content

Add support for a server timeout on Windows for the mypy daemon #5962

Closed
@emmatyping

Description

@emmatyping

Due to limitations of the synchronous API of NamedPipes, the server will wait forever when waiting on a client connection. We should move to overlapped I/O, so the server can support timeouts, though it will likely bit a bit painful to change this.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions