-
Notifications
You must be signed in to change notification settings - Fork 284
App "forgets" about checks if opened without Internet connection #1514
Comments
This behavior is in 1.6.1 intended because we cannot load the configuration of the app. After a successful load of the configuration we do the exposure check again to ensure the result based on the latest config. But we will improve this in the future. |
@Ein-Tim actually, we are requesting more frequent checks since long - of course as long as this does not have negative side-effects |
Do you refer to this PR: #1506?
That's true, but, correct me if I'm wrong, the server still only publishes new data once a day, or? So these checks always download the same data -> fill up more space on the users device... And what definetly should not happen is that sveral checks are done at the same time (this did not happen only once but now again, and also on another device)... (But this Issue is already tracked in #1505) |
This "feature" can be used to shift the time point of comparison the an earlier point of time. Normally, the app updates after at least 24 hours. Means: today at 12:00pm, tomorrow: 12:03pm, next day: 12:10pm and so an. But when I open the app in the morning without connection, I get an error that the comparison has failed. When I switch on the connection, the app does the update. Also if it is before the update time of the day before. |
@AnOtherMuenchner Yes I understand, I will close this Issue after my questions here are answered 👍 |
as far as I know: yes. But if the client downloads more often, the strategy can change with a server update. |
@Ein-Tim by the way, your ENF log shows a corrupted list of files, with duplicate entries, similar to #1475 this comment all checks on 15 Nov, and even the check on 14 Nov show this pattern |
@Ein-Tim |
Okay thanks, since now everything is clear I will close this Issue. |
Avoid duplicates
Describe the bug
The App "forgets" old checks (which are not yet 24h old) if you open it without a connection to the internet.
Expected behaviour
The App should not download new data more than once in 24h.
Steps to reproduce the issue
Technical details
Additional Inforamtion
How it looks
EN-Log:
ExposureChecks-2020-11-15.txt (There are 3 checks at 16:09, this was also the time I tested this again, so this behaviour is surely also linked to this Issue...)
Related Issues
The text was updated successfully, but these errors were encountered: