Hi Eric, > I don't see any samples in the guide other than in C about how messages, > and multipart messages, should be created to use with ZeroMQ. I'm mostly > interested in a solution in C#.
Brief check of clrzmq2 code shows that send has flags parameter and that socket options can be retrieved. Thus, I assume, the multi-part messages are used in same way as in raw C. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
