On Thu, Oct 18, 2012 at 3:51 AM, Pieter Hintjens <[email protected]> wrote:

> Hi,
>
> I'm trying this option and notice that when the message cannot be
> routed, zmq_sendmsg blocks forever. To get sane behavior I have to set
> ZMQ_SNDTIMEO to a low value, e.g. 100 msecs.
>
> Has anyone else experienced this, and does it seem what we expect?
>
> -Pieter


Certainly isn't what's expected - if it can't be routed that should be an
immediate fail - it's just looking up the pipe, so there's nothing that
should take any time.

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

Reply via email to