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

Race-condition in the new concatMap operator #1464

Closed
jponge opened this issue Dec 13, 2023 · 0 comments · Fixed by #1467
Closed

Race-condition in the new concatMap operator #1464

jponge opened this issue Dec 13, 2023 · 0 comments · Fixed by #1467
Labels
bug Something isn't working
Milestone

Comments

@jponge
Copy link
Member

jponge commented Dec 13, 2023

The revamped concatMap operator in Mutiny 2.5.2 did fix a whole bunch of bugs, but sadly there are new ones revealed in SmallRye Reactive Messaging.

Initial tests suggest some race-condition around the onComplete() signals between the inner and main subscribers.

See:

@jponge jponge added the bug Something isn't working label Dec 13, 2023
@jponge jponge added this to the 2.5.3 milestone Dec 13, 2023
@jponge jponge linked a pull request Dec 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant