We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdaa81 commit dd84e44Copy full SHA for dd84e44
lib/model/store.dart
@@ -796,7 +796,7 @@ class UpdateMachine {
796
default:
797
assert(debugLog('Error polling event queue for $store: $e\n'
798
'Backing off and retrying even though may be hopeless…'));
799
- // TODO tell user on non-transient error in polling
+ reportErrorToUserInDialog('Error loading server data, will retry: $e');
800
await backoffMachine.wait();
801
assert(debugLog('… Backoff wait complete, retrying poll.'));
802
continue;
0 commit comments