zeromq / clrzmq4

ZeroMQ C# namespace (.NET and mono, Windows, Linux and MacOSX, x86 and amd64)
GNU Lesser General Public License v3.0
241 stars 112 forks source link

Missing Server/Client sockets #205

Open ember91 opened 3 years ago

ember91 commented 3 years ago

There are different messaging patterns in ZeroMQ, for instance:

It seems like the Client-server messaging pattern is missing from this library. They would then be defined in ZSocketType.cs.

It is just a ZeroMQ draft, though.

AntiTenzor commented 3 years ago

It looks like this type of communication can be implemented with ROUTER <--> DEALER sockets...