Hi,

How are messages serialised in the following SND_MORE scenario?

push1
      \
        pull0
      /
push2


push1 sends: A1     A2
push2 sends:   B1 B2


What is the expected outcome at pull0?

1) A1 B1 B2 A2
2) B1 B2 A1 A2
3) A1 A2 B1 B2


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

Reply via email to