You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hard part seems to be, that when sync is true, no messages should be delivered until the Future finishes. (Also, maybe we'd need a timeout too, in case the Future never finishes.)
If possible, we should create a method on
PersistenceApi
like this:The hard part seems to be, that when
sync
istrue
, no messages should be delivered until theFuture
finishes. (Also, maybe we'd need a timeout too, in case theFuture
never finishes.)The use case for this is described here: https://gitter.im/nokia/akka-typed-persistence?at=5980c287f5b3458e30a0138e
The text was updated successfully, but these errors were encountered: