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

Prevent uncommittedEvents to be overwritten accidentally #85

Merged
merged 3 commits into from
Oct 20, 2016

Conversation

albe
Copy link
Contributor

@albe albe commented Oct 19, 2016

This change avoids the eventstream to lose events from the uncommittedEvents list that were added in between the èventstore.commitandstore.addEvents` call by only working on a copy of those.

Fixes #84

albe added 3 commits October 19, 2016 18:32
This change avoids the eventstream to lose events from the uncommittedEvents list that were added in between the èventstore.commit` and `store.addEvents` call by only working on a copy of those.
@adrai adrai merged commit 43a83ba into thenativeweb:master Oct 20, 2016
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