Sender
is not preserved in ReceivePersistentActor.Persist
callback
#3105
Labels
Sender
is not preserved in ReceivePersistentActor.Persist
callback
#3105
As outlined in the documentation here:
However, when I attempt to do this, from within a
Persist
callback,Sender
isakka://System/deadLetters
. TheSender
property however is correct when accessed in the outer command handler.As an aside, simple workaround here is to use a closure over
Sender
in thePersist
callback.This is with FX 4.7 and Akka 1.3.1.
The text was updated successfully, but these errors were encountered: