I'm not sure, but try to set  ZMQ_IMMEDIATE option.
On Aug 27, 2015 11:38 AM, "Bachmair Florian - flexSolution GmbH" <
[email protected]> wrote:

> Hello!
>
> Is there a opportunity to tell the publisher not to resend messages?
>
> I have two stations A and B
>
> A publishes all the time
> B receives it
>
> A-PUB 10
> B-SUB 10
> A-PUB 20
> B-SUB 20
> A-PUB 30
> B-SUB 30
> A-PUB 40
> B-SUB 40
> ---unplug cable
> A-PUB 50
> A-PUB 60
> A-PUB 70
> ---plug cable again
> B-SUB 50
> B-SUB 60
> B-SUB 70
> ....
>
>
> B does some routines after it gets those values. But I'm not interested
> in 50 and 60 any more, I just want the 70 after reconnection.
> I do Heartbeating so I detect connection lost on my own and I can
> request the last value as well. So is this possible to disable the
> resend mechanism?
>
> Thx
> Florian
> _______________________________________________
> 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

Reply via email to