Open
Description
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).