Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Promises in Tree subscriptions should reject if aborted (#6616)
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
- Loading branch information