In the parallel pipe example,

zmq_bind (sender, "tcp://*:5557");

zmq_connect (sink, "tcp://localhost:5558");

and s_send (sink, "0");

s_send (sender, string);

how does the control continues in the first s_send and block on the second
s_send, when I haven't started sink on 5558 port.

?
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to