[zeromq-dev] czmq and beacon ...
Pieter Hintjens
ph at imatix.com
Thu Sep 5 08:56:19 CEST 2013
Nice. The change is going to CZMQ master then (waiting to be merged).
On Thu, Sep 5, 2013 at 7:05 AM, itlists at schrievkrom.de
<itlists at schrievkrom.de> 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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
More information about the zeromq-dev
mailing list