Akka.Persistence.Extras icon indicating copy to clipboard operation
Akka.Persistence.Extras copied to clipboard

Use local sender variable rather than static property

Open jarlrasm opened this issue 2 years ago • 1 comments

I am not sure if using Sender rather than sender here was intentional, but it looks wrong. We believe it is currently a possible reason for a bug we have where a second message, received when the PersitentActor is rebooted, don't get the expected reply back to its sender.

jarlrasm avatar Jan 03 '23 08:01 jarlrasm

thanks @jarlrasm - I'll review this soon

Aaronontheweb avatar Jan 06 '23 21:01 Aaronontheweb