Commit 9042df6
committed
fix(sdk): retry the resume-cursor scan when the boot lookup fails transiently
A scan that threw was treated the same as one that found no cursor, so
the resume-cursor block skipped its retry and the live subscription
could replay from the start. Only a successful lookup (including a
genuine no-cursor-yet answer) is shared now; a throw leaves the retry
available.1 parent 4a88e92 commit 9042df6
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5418 | 5418 | | |
5419 | 5419 | | |
5420 | 5420 | | |
| 5421 | + | |
5421 | 5422 | | |
5422 | | - | |
5423 | | - | |
5424 | | - | |
| 5423 | + | |
| 5424 | + | |
| 5425 | + | |
| 5426 | + | |
| 5427 | + | |
| 5428 | + | |
| 5429 | + | |
| 5430 | + | |
5425 | 5431 | | |
5426 | | - | |
5427 | 5432 | | |
5428 | 5433 | | |
5429 | 5434 | | |
| |||
0 commit comments