-
-
Notifications
You must be signed in to change notification settings - Fork 292
Open
Description
When Cluster.ShutdownAsync(true) is called, grain actors don't receive Stopping/Stopped messages. When PID.Stop is called during ActorSystem shutdown process, the user message is created but it doesn't reach the actor code. The shutdown cancellation token is already cancelled at that moment because you use Stop method without awaiting. May be it's better to use StopAsync for children actors here?
Expected behavior: all grains and actors receive Stopping/Stopped events.
Metadata
Metadata
Assignees
Labels
No labels


