Commit b0a706d
committed
Convergence check loop minimal fix
This patch fixes the convergence check busy loop problem by letting the
check time out rather than aborting it and restarting it immediately.
Also, server error replies like LOADING are skipped so we don't crash
on these in the convergence check.
This is a minimal rewrite of the convergence check fix:
#146
Signed-off-by: Viktor Söderqvist <[email protected]>1 parent 7d8ef7f commit b0a706d
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
357 | | - | |
358 | | - | |
| 356 | + | |
| 357 | + | |
359 | 358 | | |
360 | 359 | | |
361 | 360 | | |
| |||
374 | 373 | | |
375 | 374 | | |
376 | 375 | | |
377 | | - | |
| 376 | + | |
378 | 377 | | |
379 | 378 | | |
380 | 379 | | |
| |||
547 | 546 | | |
548 | 547 | | |
549 | 548 | | |
550 | | - | |
| 549 | + | |
551 | 550 | | |
552 | 551 | | |
553 | 552 | | |
| |||
0 commit comments