[2888] Try connecting instead of looking for socket file
This should solve the race condition when the socket file is created, but connect to it does not work yet, because listen() was not called on it yet. Really connecting ensures it is possible to connect.
Please register or sign in to comment