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 [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
