[release/2.2] Fix ReadAsync not returning when cancellation token fires during FlushAsync#31432
[release/2.2] Fix ReadAsync not returning when cancellation token fires during FlushAsync#31432pakrym wants to merge 2 commits intodotnet:release/2.2from
Conversation
|
|
||
| completionData = default; | ||
|
|
||
|
@danmosemsft the PR is against 2.2, yet it has approved-2.1.5 label. What am I missing? |
|
@karelz good point I did not notice that. @pakrym this was approved for 2.1.5. Please create a PR against release/2.1 and then move this servicing-approved-2.1.5 label to that PR. Submissions into release/2.1 do flow to release/2.2 however with the branch not open for a while if you need it there sooner it makes sense to merge this PR also. |
@pakrym I would discourage from merging it into 2.2 branch, unless it is really, really needed there ASAP (in which case, please provide business justification). The key reason is to keep things simple and to keep integration costs lower further on. Thanks! |
|
@pakrym can you please link the 2.1 PR? I don't see it. |
|
You can mark it servicing-approved-2.1.5 if it is ready fairly soon. |
Fixes #31201