[zeromq-dev] Connection refused

Noel Anderton noelAnderton at cox.net
Sat Mar 16 19:33:10 CET 2013


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130316/6c7ffa05/attachment.htm>


More information about the zeromq-dev mailing list