-
Notifications
You must be signed in to change notification settings - Fork 1k
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/inbox actor reference #4073
Conversation
In my rebase, I've dropped the StringLike changes as noted here: #3412 (comment) Additionally, the changes made to StringLike.cs appear to be superseded in the latest on dev: https://github.com/akkadotnet/akka.net/blob/dev/src/core/Akka/Util/StringLike.cs |
I missed the fact that this isn't building. Will look and fix it. |
@nagytech nah, I think you're in good shape - the build failure is an Akka.Streams test. @IgorFedchenko is working on some changes that we think will reduce the frequency of racy test failures in our suite, as that's the number one source of frustration for regular Akka.NET contributors. But no worries, this failure is unrelated to your changes and I'll re-run it to verify. |
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
* Inbox.Actor refactoring * Inbox Actor changes and StringLike changes * Formatted * Formatting
* Inbox.Actor refactoring * Inbox Actor changes and StringLike changes * Formatted * Formatting
Rebasing nbparrell/akka.net:dev and addressing the outstanding comments in PR #3412