-
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
Read stash capacity from actor's mailbox or dispatcher configuration #6323
Conversation
137c942
to
43a9168
Compare
43a9168
to
1e6c402
Compare
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
/// Get (possibly aliased) dispatcher config. Returns empty config if not found. | ||
/// </summary> | ||
[InternalApi] | ||
public static Config GetConfig(Config config, string id, int depth = 0) |
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
/// mailboxes, and thus should be validated that the `pushTimeOut` is greater than 0. | ||
/// </para> | ||
/// </summary> | ||
public interface IProducesPushTimeoutSemanticsMailbox |
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
_mailboxNonZeroPushTimeoutWarningIssued = true; | ||
} | ||
|
||
// good; nothing to see here, move along, sir. |
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
Fixes reading stash capacity from actor's mailbox or dispatcher configuration.
For significant changes, please ensure that the following have been completed (delete if not relevant):