safety-data / akka-persistence-redis

Akka persistence plugin for Redis
Apache License 2.0
27 stars 13 forks source link

Only call stage methods in callbacks #15

Closed satabin closed 7 years ago

satabin commented 7 years ago

Calling a stage method such as completeStage in a random Future callback method makes the implementation break the guidelines and unreliable.

Fix #14