Skip to content
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

fix: Promises in Tree subscriptions should reject if aborted #6616

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Feb 3, 2025

Noticed this bug when backporting the original fix. This fix rejects (instead of resolves) the initial view call when aborted, and correctly passes the failure off to the callback to drive the next outer promise.

Follow-up #6591

Noticed this bug when backporting the original fix. This fix rejects
(instead of resolves) the initial view call when aborted, and correctly
passes the failure off to the callback to drive the next outer promise.
@niloc132 niloc132 added bug Something isn't working jsapi NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Feb 3, 2025
@niloc132 niloc132 added this to the 0.38.0 milestone Feb 3, 2025
@niloc132 niloc132 requested a review from mofojed February 3, 2025 21:22
@niloc132 niloc132 merged commit 0dcea7a into deephaven:main Feb 3, 2025
26 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working jsapi NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants