We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424c67e commit 95f29dcCopy full SHA for 95f29dc
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