ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.37k stars 270 forks source link

fix(range): make sure `RangeStream` can only be listened to once #690

Closed hoc081098 closed 2 years ago

hoc081098 commented 2 years ago

since Dart 2.18.0, the Stream.fromIterable stream can now be listened to more than once (https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md#dartasync)

codecov-commenter commented 2 years ago

Codecov Report

Merging #690 (78c6fe5) into master (e13dad0) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #690      +/-   ##
==========================================
+ Coverage   93.67%   93.69%   +0.02%     
==========================================
  Files          76       76              
  Lines        2323     2333      +10     
==========================================
+ Hits         2176     2186      +10     
  Misses        147      147