-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline dispatching of individual sends for messages that are too larg…
…e to fit into a batch (#1049) (#1050) * Yield in FakeSender to expose any assumptions we might be making around things happening on the synchronous path * Fix the problem of not having the individual sends being properly tracked by inlining the dispatching the individual sends. Rename the method for better clarity --------- Co-authored-by: Daniel Marbach <[email protected]> Co-authored-by: danielmarbach <[email protected]>
- Loading branch information
1 parent
b39dc6b
commit f883fdd
Showing
2 changed files
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters