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

Single#concatPropagateCancel(Publisher) to force cancel propagation #2381

Merged
merged 2 commits into from
Oct 3, 2022

Conversation

Scottmitch
Copy link
Member

Motivation:
In some scenarios concat is used where the right hand side has assocated state that is desirable to always trigger (concat payload body to meta data for http response processing). Regular concat will not subscribe if the Single terminates with onError or is cancelled which will prevent terminal event visibility.

Motivation:
In some scenarios concat is used where the right hand side has assocated state that is desirable to always trigger (concat payload body to meta data for http response processing). Regular concat will not subscribe if the Single terminates with onError or is cancelled which will prevent terminal event visibility.
@Scottmitch Scottmitch changed the title Single#concat(Publisher,boolean,boolean) to force cancel propagation Single#concatPropagateCancel(Publisher) to force cancel propagation Sep 30, 2022
@idelpivnitskiy
Copy link
Member

Thank you!

@Scottmitch Scottmitch merged commit ffc7353 into apple:main Oct 3, 2022
@Scottmitch Scottmitch deleted the single_concat_pub branch October 3, 2022 16:53
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.

2 participants