Commit 4d69809
committed
Fix: check .shouldReplay on completeReplayRecovery() return object
completeReplayRecovery() now returns a ReplayRecoveryCompletion object
instead of a boolean. The caller was using the return value directly in
a truthiness check, which always evaluated to true (non-null object),
causing replay recovery to always trigger regardless of shouldReplay.1 parent a41968d commit 4d69809
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| |||
0 commit comments