Commit d315924
ladeak
Add error handling for OperationCanceledException
This commit introduces a `try-catch` block in the `Http2Stream` class to handle `OperationCanceledException`. This change ensures that potential cancellation scenarios during shutdown are managed gracefully, preventing disruptions in the program's flow.1 parent 16a6610 commit d315924
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
418 | 422 | | |
419 | 423 | | |
420 | 424 | | |
| |||
0 commit comments