You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2025. It is now read-only.
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).
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).