-
Notifications
You must be signed in to change notification settings - Fork 152
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
fix: only setFailed when actor not null #1399
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
can you backport this to 1.0.x when you merge it?
tests passed in https://github.com/apache/pekko/actions/runs/9987454134 |
@sadekmunawar would your take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Thanks for the review @sadekmunawar |
* fix: only setFailed when actor not null * chore: use ne rather than !=
* fix: only setFailed when actor not null * chore: use ne rather than !=
continue #1385, we allow empty actorRef now.