-
-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send begin progress message synchronously
Currently the Begin progress message is sent asynchronously, so it can happen that it's never sent if the async is cancelled immediately because a new kick has started. This causes trouble in tests and benchmarks which make assumptions about progress updates. To address this, we send the Begin progress message synchronously, and only then do the rest of the progress reporting stuff (including waiting for the response) asynchronously
- Loading branch information
1 parent
c9ed045
commit f4ce73f
Showing
1 changed file
with
10 additions
and
9 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