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
I noticed the package has the dummy logic for Windows as there wasn't support for Datagrams over UDS. But I was wondering if given the recent support for AF_UNIX and SOCK_DGRAM on Windows, is it possible to add support?
I'm working on a Windows project and on one side I was able to send data to a Windows Named Pipe with a Stream Socket. But now I need to be able to send Datagrams.
The text was updated successfully, but these errors were encountered:
I'm aware it exists and, although I don't plan to work on it myself, a pull request is welcome. Read through libuv/libuv#2537 because there are some gotchas to keep in mind.
I noticed the package has the dummy logic for Windows as there wasn't support for Datagrams over UDS. But I was wondering if given the recent support for AF_UNIX and SOCK_DGRAM on Windows, is it possible to add support?
I'm working on a Windows project and on one side I was able to send data to a Windows Named Pipe with a Stream Socket. But now I need to be able to send Datagrams.
The text was updated successfully, but these errors were encountered: