[zeromq-dev] Connection refused
Doron Somech
somdoron at gmail.com
Sat Mar 16 19:39:13 CET 2013
You have to bind before you can connect in inproc.
On Mar 16, 2013 8:33 PM, "Noel Anderton" <noelAnderton at cox.net> wrote:
> I am using clrzmq the 3.0 version on windows. I am trying to work with
> inproc transport but I get a “connection Refused” exception when attempting
> to connect.****
>
> ** **
>
> using (var context = ZmqContext.Create())****
>
> {****
>
> ZmqSocket subscriber = context.CreateSocket(SocketType.SUB);****
>
> subscriber.Connect("inproc://back");****
>
> }****
>
> ** **
>
> What am I doing wrong here?****
>
> ** **
>
> Thanks Noel****
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130316/99e8c29d/attachment.htm>
More information about the zeromq-dev
mailing list