Ian, patch 491 fixes an assertion in signaler.cpp.

This thread is about another assertion in tcp_connector.cpp.

Both of them are due to re-use of sockets remaining in TIME_WAIT state.

The first one is a Windows implementation issue.
The second one could possibly occur on other platforms. (I have only used
it enough on WinXP to have triggered it on WinXP though)


On Tue, Jan 22, 2013 at 8:02 AM, Ian Barber <[email protected]> wrote:

> On Mon, Jan 21, 2013 at 3:06 PM, KIU Shueng Chuan <[email protected]>wrote:
>
>> I have encountered the same assertion before too on WinXP.
>>
>> I think the "another service listening on the port" possibility would
>> cause an assert on a bind and not here?
>>
>> The thing is that the user app can't do anything as zmq handles
>> auto-reconnect.
>>
>
> Ah, I see. Are you using master, or 3.x - as I am thinking this patch may
> help your issue: https://github.com/zeromq/libzmq/pull/491
>
> Ian
>
> _______________________________________________
> 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