Nice. The change is going to CZMQ master then (waiting to be merged).
On Thu, Sep 5, 2013 at 7:05 AM, [email protected] <[email protected]> wrote: > My clients are subscribing to a port, waiting for messages - but their > own data (to send) may come later (10 seconds, 1 second - something like > that). No unusual use case ... > > I also changed the code like you did and the system was working the > whole night :-) > > Marten > > Am 05.09.2013 00:52, schrieb Pieter Hintjens: >> It looks like your app is subscribing to beacons without sending any out? >> >> You may change line 739 from: >> >> if (is_valid && self->noecho) { >> >> to >> >> if (is_valid && self->noecho && self->transmit) { >> >> > > _______________________________________________ > 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
