Closed prolic closed 4 years ago
You can check the first and third commit for review only. The second one only updates the copyright and adds PHP 7.3 / 7.4 to travis.
Works fine now in our application. This solution also avoids having to touch pdo-event-store.
I just want to note that the count method on the UpcastingIterator
is not very reliable, as the UpcastingIterator
can produce multiple events for every event on the inner iterator.
Yes I know that, it's also mostly used for testing how far behind or up to date a projection is, is a few events difference won't be a problem.
Thanks for reporting it.
On Fri, Apr 17, 2020, 08:39 Marcus Winkler notifications@github.com wrote:
Works fine now in our application. This solution also avoids having to touch pdo-event-store.
I just want to note that the count method on the UpcastingIterator is not very reliable, as the UpcastingIterator can produce multiple events for every event on the inner iterator.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/prooph/event-store/pull/391#issuecomment-615221457, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADAJPAOKQBBMCGFSAJNQO3RNBEXZANCNFSM4MKLUVJQ .
resolves https://github.com/prooph/event-store/issues/389
also:
ping @marcuswinkler can you test against this branch?