On 10/31/2011 09:30 PM, Benoit Laplante wrote:

> Yes it helps with my tests using DEALER <=> ROUTER pattern (broker) but
> it crashes, on destruction, of my tests using the PUSH <=> PULL pattern
> (fan) with this assert
> /Bad address/
> /rc == 0 (..\..\..\src\decoder.cpp:44)/

Ok, try adding following two lines at zmq_init.cpp:114:

          msg_->close();
          msg_->init ();

Martin
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to