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(firstValueFrom): stop listening after first #5813

Merged
merged 3 commits into from
Oct 13, 2020

Conversation

cartant
Copy link
Collaborator

@cartant cartant commented Oct 9, 2020

Description:

This PR adds a failing firehose test for firstValueFrom and fixes the problem by using a subscriber instead of a subscription - so that the closed 'signal' is chained to the source observable.

Related issue (if exists): #5811

@cartant cartant requested a review from benlesh October 9, 2020 00:43
@benlesh benlesh merged commit a321516 into ReactiveX:master Oct 13, 2020
@cartant cartant deleted the issue-5811 branch November 6, 2020 06:25
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.

3 participants