Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

[Windows] concurrent client connections on a named pipe fail #351

Description

@simonferquel

If 2 clients running in parallel try to connect to Datakit at the same time, there is a chance that one of them fail with a connection timeout.

This might be due to the fact that their should be a pool of server socket waiting for clients on the same named pipe at any time (and not a single awaiter in a loop).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions