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

When using Multi.createFrom().publisher and Multi.createFrom().safePublisher with a Multi, return that Multi directly #1143

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

jponge
Copy link
Member

@jponge jponge commented Dec 8, 2022

This optimization avoids rewrapping the Multi, using wrapped subscribers and also skips onMultiCreation callback.

(cherry picked from commit 699ae6e)

…ePublisher` with a Multi, return that Multi directly.

This optimization avoids rewrapping the Multi, using wrapped subscribers and also skips `onMultiCreation` callback.

(cherry picked from commit 699ae6e)
@jponge jponge added this to In progress in Mutiny development via automation Dec 8, 2022
@jponge jponge added the enhancement New feature or request label Dec 8, 2022
@jponge jponge added this to the 2.0.1 milestone Dec 8, 2022
@jponge jponge enabled auto-merge December 8, 2022 09:01
@jponge jponge merged commit 2042453 into main Dec 8, 2022
Mutiny development automation moved this from In progress to Done Dec 8, 2022
@jponge jponge deleted the forwardport/1142 branch December 8, 2022 09:20
@jponge jponge modified the milestones: 2.0.1, 2.1.0 Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants