dnvriend / akka-persistence-inmemory

Akka-persistence-inmemory is a plugin for akka-persistence that stores journal and snapshot messages memory, which is very useful when testing persistent actors, persistent FSM and akka cluster
Apache License 2.0
134 stars 41 forks source link

Fix corner case when persisted events are deleted #2

Closed sortega closed 9 years ago

sortega commented 9 years ago

This is a regression of the case already fixed in https://github.com/dnvriend/akka-persistence-inmemory/pull/1

dnvriend commented 9 years ago

Thanks for your contribution! I have added a test for this case.

sortega commented 9 years ago

:+1: