On Mon, 2017-05-22 at 07:40 +0200, Erik Thiele wrote:
> hi
> 
> 
> the manual page sais:
> http://api.zeromq.org/2-1:zmq-poll
> 
> If none of the requested events have occurred on any zmq_pollitem_t
> item, zmq_poll() shall wait timeout microseconds for an event to
> occur
> on any of the requested items. If the value of timeout is 0,
> zmq_poll()
> shall return immediately. If the value of timeout is -1, zmq_poll()
> shall block indefinitely until a requested event has occurred on at
> least one zmq_pollitem_t. The resolution of timeout is 1 millisecond.
> 
> first it sais "microseconds" and at the end it sais "millisecond".
> first i used microseconds and wondered why the timeout does not
> happen.
> then i switched to milliseconds and it worked as expected.
> 
> probably you should correct "microseconds" to "millisecond"
> 
> 
> thank you
> erik

Hi,

Could you please send a pull request to fix it?

Kind regards,
Luca Boccassi

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to