Hi Frank, could you create a Jira issue with a simple C example
reproducing the problem? Thanks.

- Martin

On Fri, Jul 19, 2013 at 9:12 PM, Frank Hartmann <[email protected]> wrote:
> "Hunter, Robert" <[email protected]> writes:
>
>> I believe the unit is in milliseconds, so 3000 is 3 seconds.
>
> Hi Robert,
>
> yes 3000ms is my understanding too. My argumentation is a bit tricky
> here:
>
> 3000ms should be more than enough to send the 2 megabytes. I measured
> smaller 500ms or so for 2 megabyte.
>
> So I would expect, that with a linger value of 3000 a sequence of:
>
> main(...)
> {
>   ...
>   send(2megabyte);
>   zmq_close(...);
> }
>
> Should result in the message being sent. Instead it is lost. Now I am
> wondering.
>
> kind regards
>   Frank
>
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to