Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Aug 2, 2022

Conversation

hoc081098
Copy link
Collaborator

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
Copy link

codecov-commenter commented Jul 27, 2022

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              

@hoc081098 hoc081098 changed the title fix(range): ensure RangeStream is a single-subscription Stream fix(range): make sure RangeStream can only be listened to once Aug 2, 2022
@hoc081098 hoc081098 merged commit 58c82c0 into ReactiveX:master Aug 2, 2022
@hoc081098 hoc081098 deleted the fix/range/single_subscription branch August 2, 2022 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants