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 subsequent messages raised within upcasting chain #381

Conversation

chrisharrison
Copy link

I believe there is an issue with the UpcasterChain where subsequent messages raised by an upcaster are removed when calling further upcasters. I've committed an initial failing test to demonstrate the issue and another commit with a fix.

I'm not sure whether the failing test matches the intended behaviour of the UpcasterChain. It's what my team and I expect but the maintainers of this project may have another explanation?

Chris Harrison added 4 commits October 24, 2019 12:04
…aised by an upcaster are removed by the upcaster chain when calling further upcasters
…are being removed by the upcaster chain when calling further upcasters
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.564% when pulling a85f5d1 on chrisharrison:fix-subsequent-messages-raised-within-upcasting-chain into 720bc85 on prooph:7.x.

@prolic prolic added the bug label Oct 24, 2019
@prolic prolic merged commit 654e023 into prooph:7.x Oct 24, 2019
@prolic
Copy link
Member

prolic commented Oct 24, 2019

Great work, thank you.

@prolic
Copy link
Member

prolic commented Oct 24, 2019

https://github.com/prooph/event-store/releases/tag/v7.5.6

@chrisharrison
Copy link
Author

No problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants