Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sender is nil in the grain actor's child actor #719

Closed
foreleven opened this issue Sep 15, 2022 · 0 comments
Closed

Sender is nil in the grain actor's child actor #719

foreleven opened this issue Sep 15, 2022 · 0 comments

Comments

@foreleven
Copy link

foreleven commented Sep 15, 2022

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

@foreleven foreleven changed the title Sender is nil in grain actor's child actor Sender is nil in the grain actor's child actor Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants