TimoHeiten / zer0mqXt

type safe zeroMQ patterns with dotnet core and C#
MIT License
0 stars 0 forks source link

Use lots of Patterns simultaneously #50

Closed TimoHeiten closed 2 years ago

TimoHeiten commented 3 years ago

With a single Socket... (PubSub and RqRep on a single socket) With different Sockets...(PubSub on 2 Sockets, same address, different address etc.)

TimoHeiten commented 2 years ago

as of now, it does work with the reorganize... Still needs some more thorough testing