streak icon indicating copy to clipboard operation
streak copied to clipboard

Publishing event store is losing events

Open alanbem opened this issue 4 years ago • 0 comments

https://github.com/streakphp/streak/blob/6281b92d376fed0349e61fd624063dce45238168/src/Infrastructure/Domain/EventStore/PublishingEventStore.php#L44

Fix:

$this->events = array_merge($this->events, $events);

alanbem avatar Apr 07 '22 21:04 alanbem