We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b0e87 commit e460628Copy full SHA for e460628
lib/model/store.dart
@@ -918,7 +918,7 @@ class UpdateMachine {
918
// at 1 kiB (at least on Android), and stack can be longer than that.
919
assert(debugLog('Stack:\n$s'));
920
assert(debugLog('Backing off, then will retry…'));
921
- // TODO tell user if initial-fetch errors persist, or look non-transient
+ // TODO(#890): tell user if initial-fetch errors persist, or look non-transient
922
await (backoffMachine ??= BackoffMachine()).wait();
923
assert(debugLog('… Backoff wait complete, retrying initial fetch.'));
924
}
0 commit comments