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 05441b5 commit e7a0e49Copy full SHA for e7a0e49
lib/model/store.dart
@@ -917,7 +917,7 @@ class UpdateMachine {
917
// at 1 kiB (at least on Android), and stack can be longer than that.
918
assert(debugLog('Stack:\n$s'));
919
assert(debugLog('Backing off, then will retry…'));
920
- // 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
921
await (backoffMachine ??= BackoffMachine()).wait();
922
assert(debugLog('… Backoff wait complete, retrying initial fetch.'));
923
}
0 commit comments