[zeromq-dev] Assertion failure in fc.cpp:117
Pieter Hintjens
ph at imatix.com
Sat Nov 21 16:22:46 CET 2015
On Fri, Nov 20, 2015 at 9:34 PM, Doron Somech <somdoron at gmail.com> wrote:
> So the problem is that router handover is happening during receiving of
> multipart message.
> I make a fix that if the handover is happening on the current incoming pipe
> the termination is delayed until all parts are read.
> Maybe the termination should happen only when the pipe is empty? Anyway it
> is only happening because sockets are coming and going and using the same
> identity.
>
> Fix is here:
>
> https://github.com/somdoron/libzmq/
>
> However now I get too many open files when running the example, I think it
> is not related to the current issue.
The fix works, I can confirm it. This is great, thank you so much!
-Pieter
More information about the zeromq-dev
mailing list