zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.93k stars 744 forks source link

Feature request: Use Unix sockets for `ipc://` protocol #1060

Open jgcodes2020 opened 1 year ago

jgcodes2020 commented 1 year ago

Environment

NetMQ Version: 4.0.1.12
Operating System: ArcoLinux (Linux kernel 6.3.2)
.NET Version: 7.0.103

Feature request

This library currently does support IPC, however, it is implemented over TCP with additional data transfer. The native libzmq uses Unix domain sockets. Please support this.

hyunseok-yang commented 2 weeks ago

Any update for this issue...?