protoactor-go
protoactor-go copied to clipboard
Sender is nil in the grain actor's child actor
Describe the bug
In the child actor of a grain actor, the ctx.Sender()
always return nil, when received message from it's parent.
I'm not sure it's a bug or by designed.
Expected behavior
the ctx.Sender()
not be nil