Lev, > I tried to run the “Hello world” server source (see > http://zguide.zeromq.org/page:all#toc5). Since I want to use 0mq 3.2.0 > rather than 2.2.0, I replaced zmq_recv by zmq_recvmsg and zmq_send by > zmq_sendmsg. However, when I start the client, the server crashes with this > message: > > Assertion failed: (msg_->flags () & msg_t::identity) == 0 > (..\..\..\src\router.cpp:222)
I could not reproduce this. Could you send the actual client and server code that you used? Thanks Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
