[zeromq-dev] What to use in place of ZeroMQ.Device (3.0.0 with C#)
Pieter Hintjens
ph at imatix.com
Sat Dec 22 13:10:11 CET 2012
The Device concept was renamed to Proxy to make it more understandable
to beginners. Some bindings may have done the rename as well, in which
case look for ZeroMQ.Proxy. (The old names should in theory also be
left around for compatibility.)
-Pieter
On Sat, Dec 22, 2012 at 12:19 PM, Hsiao Henry <henry at kikiplay.com.tw> wrote:
> I understand ZeroMQ.Device is no longer available in 3.x,
> my question is what do I use in-place of Device?
>
> I am trying to implement following pattern:
> REQ -> ROUTER <-> DEALER <- REP
>
> All tutorial indicate ZeroMQ.Device is what sits in-between ROUTER and
> DEALER, but well... it's not available in 3.x :(
>
> I am using ZeroMQ 3.0.0 with the clrzmq from NuGet.
>
> Thanks in advance.
>
>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
More information about the zeromq-dev
mailing list