Open reitowo opened 5 days ago
OP is aware this needs to happen in libuv first, see https://github.com/libuv/libuv/issues/2537#issuecomment-2495828123 and note the unsubstantiated performance claim.
About performance I'll leave some extra into there.
Version
20.18.0
Platform
Subsystem
No response
What steps will reproduce the bug?
Currently, Windows (at least .NET) supports connect to UnixDomainSocket, or listen to UnixDomainSocket in ASP.NET Core. But node's net module seems not support connect to a Windows local file.
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
The net connects to the "Windows" UnixDomainSocket as it could.
What do you see instead?
EACCESS / ENOENT
Additional information
No response