In zmq_queue.cpp, zmq::context_t is initialized without ZMQ_POLL flag and would fail when you try to run it since the main loop uses poll. After I added the ZMQ_POLL flag and recompiled the code, the incoming request msgs looks corrupted.
Has anyone else seem this problem before? I'm using 2.0.6 src code on windows with Visual Studio 2010? Thanks - dan _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
