Chromium Code Reviews
DescriptionFix behavior when listening multiple times to a broadcast take/skip stream.
Turns out the existing behavior was badly broken.
A broadcastStream.take(10) would only produce ten events total, no matter how
many listeners were attached, beacuse the counter was on the stream, not the
subscription.
R=floitsch@google.com
Committed: https://code.google.com/p/dart/source/detail?r=43755
Patch Set 1 #Patch Set 2 : Add tests. #
Total comments: 1
Patch Set 3 : Fix typo #
Messages
Total messages: 5 (2 generated)
|
||||||||||||||||||||||||||||