[zeromq-dev] Is last value caching the only way to send the first message to a subscriber?
Pieter Hintjens
ph at imatix.com
Sat Feb 23 02:24:07 CET 2013
Hi Crocket,
It's not specifically that the first message is always lost; it's that
anything a publisher sends before the subscriber connection is
complete will be lost to that subscriber. Depending on the actual use
case there are various solutions (or it may not even be a problem).
Can you explain your use case?
-Pieter
On Sat, Feb 23, 2013 at 2:08 AM, crocket <crockabiscuit at gmail.com> wrote:
> According to zguide, the first value sent from a PUB socket is always lost.
> And LVC(last value caching) is presented as a solution.
>
> Is there any other way to successfully send the first message from a PUB to
> a SUB?
>
> _______________________________________________
> 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