On Thu, Feb 17, 2011 at 11:01 AM, Pieter Hintjens <[email protected]> wrote:

> It happens after 604 reconnections...

FWIW I count the number of disconnections by inserting a print
statement into src/session.cpp at line 238:

    //  If the session already has an engine attached, destroy new one.
    //  Note new engine is not plugged in yet, we don't have to unplug it.
    if (engine) {
        delete engine_;
        puts ("disconnect peer");
        return;
    }

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

Reply via email to