We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebe9d3 commit ad95ad9Copy full SHA for ad95ad9
lib/model/store.dart
@@ -798,7 +798,6 @@ class UpdateMachine {
798
assert(debugLog('Transient error polling event queue for $store: $e\n'
799
'Backing off, then will retry…'));
800
// TODO tell user if transient polling errors persist
801
- // TODO reset to short backoff eventually
802
await (backoffMachine ??= BackoffMachine()).wait();
803
assert(debugLog('… Backoff wait complete, retrying poll.'));
804
continue;
0 commit comments