-
Notifications
You must be signed in to change notification settings - Fork 195
[Access] Properly handle subscription errors in data providers #7046
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
Merged
peterargue
merged 22 commits into
master
from
illia-malachyn/7040-fix-context-canceled-error-propagation
Mar 21, 2025
Merged
Changes from 10 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8f6ca1a
Properly handle subscription errors in data providers
illia-malachyn acb406d
change reciever name to match previous
illia-malachyn 8230193
Add one shot close channel to all data providers
illia-malachyn 24e95b8
do not spawn unnecessary routine in close()
illia-malachyn a5ef7f3
remove unused func
illia-malachyn be75dbc
null blockSinceLastMessage only if we sent a block
illia-malachyn dfa115e
remove unnecessary prevIndex variable
illia-malachyn feff7e5
Merge branch 'master' into illia-malachyn/7040-fix-context-canceled-e…
illia-malachyn 7bcecd3
add comment for run()
illia-malachyn 06891f8
Merge branch 'master' into illia-malachyn/7040-fix-context-canceled-e…
illia-malachyn 41a80c5
Rework how data providers start serving data
illia-malachyn 3b67bb3
fix comments
illia-malachyn cdf4d0f
Merge branch 'master' into illia-malachyn/7040-fix-context-canceled-e…
illia-malachyn 772c40b
run code formatter
illia-malachyn a149dc5
Merge branch 'master' into illia-malachyn/7040-fix-context-canceled-e…
illia-malachyn cf95fcb
improve some comments for providers
illia-malachyn 7351588
remove IDEs refactoring of comments
illia-malachyn fbab1b9
remove done channel. add comment about streamer contract for ctx.Canc…
illia-malachyn 3c2f22f
pass ctx to provider constructor again
illia-malachyn 6266d3b
remove subscription from provider struct
illia-malachyn 18f0da5
Merge branch 'master' into illia-malachyn/7040-fix-context-canceled-e…
illia-malachyn 429b961
remove unnecessary callbacks
illia-malachyn 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
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.
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.
Uh oh!
There was an error while loading. Please reload this page.