Skip to content

Race condition with GetRandomUnusedPort() #13

Description

@kenlyon

Every so often our tests fail due to trying to start a listener for a port that is in use.

It's that time between the first listener stopping and the second one starting. Another thread might call GetRandomUnusedPort() in between and get the same port number.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions