On 09/28/2010 08:54 PM, MinRK wrote: > Except it does not work, when you send m1 m2 is also cleared. > > change: > > zmq_msg_copy (msg2, msg1); > zmq_send (s1, msg1); > zmq_send (s2, msg2); > > > to: > zmq_msg_copy (msg2, msg1); > zmq_send (s2, msg2); > zmq_send (s1, msg1); > > and it should work. Still probably a bug, but this might help track it > down.
I am lost here. Can you post a code example that shows what you believe is the bug? Thanks. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
