[zeromq-dev] syncpub/syncsub example losing messages (ZMQ 3.2.0-rc1, Solaris 11)

Alex Keahan akeahan at gbtradingllc.com
Wed Jul 18 22:49:32 CEST 2012


Alex Keahan <akeahan <at> gbtradingllc.com> writes:

> $ ./syncpub &
> [1] 6611
> $ Waiting for subscribers
> 
> $ ./syncsub A &
> [2] 6612
> $ ./syncsub B &
> [3] 6613
> $ Broadcasting messages
> Message mismatch: received 'Msg #1266' expected 'Msg #1001'
> A: received 1000 updates
> Message mismatch: received 'Msg #1266' expected 'Msg #1001'
> B: received 1000 updates
> 


Whoops.   The high water mark for outbound messages was changed from 0 (no
limit) in 2.2 to 1000 in 3.2.

Not a bug, please disregard.





More information about the zeromq-dev mailing list