Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hotfix] Clear interrupted flag in stream task cancellation
We clear the interrupted flag before the cleanup code block of task cancellation. Otherwise, code that would like to wait until services are properly shutdown will always immediately return from calls that are supposed to be blocking waits.
- Loading branch information