Fix subtle potential bug in actor destruction
Actors that access the actor system in their cleanup code code, e.g., in the state destructor of stateful actors, can access an invalid context. Always accessing the home system instead of retrieving it from the context fixes this subtle bug.
Showing
Please register or sign in to comment