-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(orchestration): subscribeToTransfers() atomically (#10553)
refs: #10391 ## Description There was a race in subscribeToTransfers. Use a `Vow` to avoid the race. ### Security / Scaling / Upgrade / Documentation Considerations can't think of any ### Testing Considerations I'm not sure how to make a test for this. The purpose of this fix is mostly to stop other tests from failing.
- Loading branch information
Showing
1 changed file
with
8 additions
and
12 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