[zeromq-dev] czmq and beacon ...
itlists at schrievkrom.de
itlists at schrievkrom.de
Thu Sep 5 07:05:28 CEST 2013
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) {
>
>
More information about the zeromq-dev
mailing list