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(forkJoin): now finalizes sources before emitting #6546

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Aug 2, 2021

fixes #4914

@benlesh benlesh requested a review from cartant August 2, 2021 17:25
@benlesh benlesh merged commit c52ff2e into ReactiveX:master Aug 3, 2021
@abdeljalilajdidi
Copy link

hello,
return forkJoin(calls).subscribe(([response1, response2]) =>
Error build : Tuple type '[any]' of length '1' has no element at index '1'

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.

forkJoin doesn't wait for last input's finally block
3 participants