-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix #7578, Cancelled sinks are blocking other BroadcastHub consumers #7579
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
Closed
Arkatufus
wants to merge
25
commits into
akkadotnet:dev
from
Arkatufus:#7578-Fix-BroadcastHub-block-bug
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0d7a04e
Add reproduction unit test
Arkatufus 428195e
Port https://github.com/akka/akka/pull/23970
Arkatufus aaefe69
Update API Approval list
Arkatufus 3772f15
Update API Approval list
Arkatufus 59070d0
Add async callback unit tests
Arkatufus 59ab4ad
skip non-implemented feature
Arkatufus 7a9e8f6
Fix TaskCompletionSource allocation problem
Arkatufus 647a481
Code cleanup
Arkatufus 2a1ded1
Implement early callback from https://github.com/akka/akka/pull/23185
Arkatufus 5712140
Make sure early callbacks also get cancelled on stop
Arkatufus 6d70d58
Fix naming and copyright header
Arkatufus 6ccadf1
Update API Approval list
Arkatufus adb41f7
Fix missing feedback callback
Arkatufus f779ce3
rerun tests
Arkatufus a6499c0
Implement locks
Arkatufus 2a7ffe0
cleanup lock code
Arkatufus f680ea7
extend locking to `_callbackWaitingForInterpreter`
Arkatufus 0a1d84f
Fix unit test
Arkatufus bf53eeb
rerun tests
Arkatufus 1dd0fe8
Merge branch 'dev' into #7578-Fix-BroadcastHub-block-bug
Aaronontheweb aa91f10
Merge branch 'dev' into #7578-Fix-BroadcastHub-block-bug
Arkatufus 2f08067
Merge branch 'dev' into #7578-Fix-BroadcastHub-block-bug
Aaronontheweb ffc1c8e
Merge branch 'dev' into #7578-Fix-BroadcastHub-block-bug
Aaronontheweb 543df2f
Merge branch 'dev' into #7578-Fix-BroadcastHub-block-bug
Aaronontheweb 9a54eac
Merge branch 'dev' into #7578-Fix-BroadcastHub-block-bug
Aaronontheweb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The actual reproduction