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

Propagate Errors From Original Stream In ZStream#mapMPar #6295

Merged
merged 1 commit into from
Jan 28, 2022

Conversation

adamgfraser
Copy link
Contributor

Resolves #5959. If the original stream fails we need to be careful to propagate that cause and not the interrupted cause that results from the interruption of the internal fibers that are used in the implementation.

@vigoo vigoo merged commit 63f4389 into zio:master Jan 28, 2022
@adamgfraser adamgfraser deleted the 5959 branch January 28, 2022 17:05
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.

Using ZStream#mapMPar makes it impossible to retry the stream
2 participants