Hi Ilja,

> I faced with assertion in the code
> ==
>      //  Push the message into the pipe. If there's no out pipe, just drop it.
>      if (current_out) {
>          bool ok = current_out->write (msg_);
>          zmq_assert (ok);
>          if (!more_out) {
>              current_out->flush ();
>              current_out = NULL;
>          }
>      }
> ==

That looks like v2.0.10's problem.

The related code was heavily modified and fixed in 2.1, so it's quite 
probable that you won't encounted this problem with 2.1.x versions of 0MQ.

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

Reply via email to