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 interop.reactivestreams.StreamUnicastPublisher #3107

Merged
merged 7 commits into from
Jan 17, 2023

Conversation

BalmungSan
Copy link
Contributor

@BalmungSan BalmungSan commented Jan 12, 2023

Improves the current implementation of interop.reactivestreams.StreamUnicastPublisher to allow it to be subscribed by multiple Publishers and gracefully cancel active Subscriptions when the Resource is closed.


Roadmap.

  • Base implementation.
  • Fix tests.
  • Backport to the Java Flow PR.
  • Fix MiMa.

Related to #3102

@BalmungSan BalmungSan changed the title WIP: Fix interop.reactivestreams.StreamUnicastPublisher Fix interop.reactivestreams.StreamUnicastPublisher Jan 14, 2023
@BalmungSan BalmungSan marked this pull request as ready for review January 14, 2023 14:25
Copy link
Member

@armanbilge armanbilge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks great, one last round of bikeshed 😅

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