On Sun, Jun 23, 2013 at 6:48 PM, Daniel Krikun <[email protected]> wrote:
> I have started to implement this feature, and thought, what would be the > desired behavior in case of multi-part messages? Are multi-part messages to > be considered as one, or to be forbidden as altogether on a "conflate" > socket as a not-really-interesting-usecase? Definitely to be treated as a unit: a multi-part message is delivered atomically. We use these often for framing simple protocols so you'd want to support that. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
