On Thu, Oct 13, 2011 at 2:55 PM, Whit Armstrong <[email protected]> wrote:
> I thought DEALER/REP was a valid socket combo. Do I need a ROUTER or > REQ somewhere in the chain to make REP happy? You can use DEALER / REP if you construct a proper envelope for the REP socket to work with. This is explained in the Guide, Ch2. It's a little tricky. The REP socket expects an envelope (0 or more frames) followed by a null frame, followed by the payload. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
