give cached value back in ddata sample(#26476)
This commit is contained in:
parent
3ef7bf5ef5
commit
4a04eddf7d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ object ReplicatorSpec {
|
||||||
Behaviors.same
|
Behaviors.same
|
||||||
|
|
||||||
case GetCachedValue(replyTo) =>
|
case GetCachedValue(replyTo) =>
|
||||||
replicator ! Replicator.Get(Key, Replicator.ReadLocal, getResponseAdapter, Some(replyTo))
|
replyTo ! cachedValue
|
||||||
Behaviors.same
|
Behaviors.same
|
||||||
|
|
||||||
case internal: InternalMsg =>
|
case internal: InternalMsg =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue