Commit 7406f06
committed
fix: handle io.EOF in Start and Reset gRPC streams
Start() and Reset() client methods treated io.EOF from stream.Recv() as an error, unlike Build(), SnapshotSave(), and other streaming methods which handle it as clean stream termination. This caused intermittent stream: EOF errors on reset and start.1 parent 6b8bc89 commit 7406f06
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
| |||
281 | 284 | | |
282 | 285 | | |
283 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
284 | 290 | | |
285 | 291 | | |
286 | 292 | | |
| |||
0 commit comments