Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resetting _waitForCompletion to null was removed from DuplexContent (#…
…35010) `_waitForCompletion` gets reset to null in `DuplexContent.Complete` and `Fail` which leads to race condition with `SerializeToStreamAsync`. This reset seems redundant since `_waitForCompletion` is always unconditionally initialized on each call to `SerializeToStreamAsync`. This PR removes that reset logic. Fixes #33141
- Loading branch information