Commit af73052
committed
fix(csharp): re-add error resilience with finally-based delay
The previous commit accidentally removed the try-catch. Re-add error
resilience using a finally block for Task.Delay per reviewer feedback,
eliminating duplication and nested try-catch.
Co-authored-by: Isaac1 parent 4229f55 commit af73052
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
0 commit comments