forked from akkadotnet/akka.net
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Streams ensure cts cancel fix statecheck (akkadotnet#6935)
* Added AsyncEnumerableSpec.AsyncEnumerableSource_Disposes_OnCancel to confirm failure and provide future regression checks * Fix AsyncEnumerable Stage disposal as well as fast path race condition * Add regression unit test case * Make sure that any exception during shutdown is logged * Make PostStop non-blocking * Improve code readability by wrapping code in async local method --------- Co-authored-by: Aaron Stannard <[email protected]> Co-authored-by: Gregorius Soedharmo <[email protected]>
- Loading branch information
1 parent
1af82a7
commit 9bf14af
Showing
2 changed files
with
227 additions
and
25 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