[zeromq-dev] [PULL] Fix for LIBZMQ-268 (first message sent on PUB socket with PGM is always lost)
Chuck Remes
cremes.devlist at mac.com
Thu Feb 2 21:24:01 CET 2012
Merged in commit 4f4d72a.
cr
On Feb 2, 2012, at 6:15 AM, Martin Lucina wrote:
> Hi,
>
> please pull branch 'libzmq-268' of git://git.lucina.net/libzmq.git.
>
> From the commit message:
>
> Fix data loss for PUB/SUB and unidirectional transports (LIBZMQ-268)
>
> With the introduction of subscription forwarding, the first message sent
> on a PUB socket using a unidirectional transport (e.g. PGM) is always
> lost due to the "subscribe to all" being done asynchronously.
>
> This patch fixes the problem and also refactors the code to have a single
> point where the "subscribe to all" is performed.
>
> Signed-off-by: Martin Lucina <martin at lucina.net>
>
> Available for review at:
>
> http://git.lucina.net/libzmq.git/commit/?h=libzmq-268&id=0319cb2cd16aa40911855a1765312886bf081db2
>
> Thanks,
>
> -mato
> _______________________________________________
> 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