pjvds / ncqrs

Ncqrs Framework - The CQRS Framework for .NET
Other
539 stars 164 forks source link

Fix InMemoryBufferedBrowsableElementStore incorrectly discarding events #79

Closed matt-sullivan closed 12 years ago

matt-sullivan commented 12 years ago

Simple 1 line fix - When reading from the underlying persistent store, FetchFromPersistentStoreAndCorrelateWithBuffer would enumerate the persistent store events multiple times, leading to events being discarded rather than returned to the caller.

Should I create a redmine bug to associate this with?