You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent uncommittedEvents to be overwritten accidentally (#85)
* Prevent uncommittedEvents to be overwritten accidentally
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.
* Create uncommittedEvents copy early and update inline documentation
0 commit comments