Commit fbf0638
Cancel SendToRelatedTransportAsync when response arrives via concurrent channel
Use a linked CancellationTokenSource so the foreground transport send
(e.g., retry GET loop) is cancelled when the response TCS completes
first via a concurrent background stream.
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>1 parent 3686f6f commit fbf0638
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
| 544 | + | |
544 | 545 | | |
545 | 546 | | |
546 | 547 | | |
547 | | - | |
| 548 | + | |
| 549 | + | |
548 | 550 | | |
549 | 551 | | |
550 | 552 | | |
| |||
0 commit comments