Hi,
When I do this I will get a "connection refused" error:

socket1.connect("inproc://abc");
socket2.bind("inproc://abc");

When I reverse the order of the statements everything works fine.
Both sockets have been created with the same ZMQ context.

Is this a feature or a bug?

Thanks!
KC
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to