On Oct 24, 2011, at 6:08 PM, Gregory Szorc wrote: > There's a lot of questions in the previous paragraphs. I guess what I'm > trying to say is I have no clue how things work in 3.0. Can the 3.0 > behavior please be clarified?
I think the only way to clarify the behavior is to write a test case for every combination and see what happens. I don't have time at the moment to do this work; perhaps you can write some simple C examples (or whatever language you prefer) that illustrates each combo. e.g. REQ <-> DEALER REQ <-> ROUTER REQ <-> XREQ REQ <-> REQ REQ <-> XREP REQ <-> REP (should work!) XREQ <-> ... etc Yes, it's a lot of examples but the code should all be extremely similar. cr _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
