-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
background fetch worsening #1444
Comments
We should also double check it's not related to db encryption |
after little more observing, it seems sometimes messages are fetched in background, but not as often as possible it seems. as by the new notification-info in the connectivity-view, we know the wakeup is called quite regulary - might be, that it does not finish within the 10 seconds before we leave background (there is an issue to run as long as needed #1157 , however, even without, there seems to be something too slow) |
this needs to be retested with latest core now, that deltachat/deltachat-core-rust#3041 and deltachat/deltachat-core-rust#3040 has been merged |
seems, fetching is again available as before, at least on my device. reconnection still takes longer, roughly double time, i did not measure in details, but that is in sync with measurements at deltachat/deltachat-core-rust#3035 (comment)). closing this issue as there are more concrete ones for the remaining options, deltachat/deltachat-core-rust#3035 and #1157 |
while playing around with #1428 , i am getting pretty stable wakeups every 10 minutes, however, no messages are fetched in these slots (testing on iphone7 with
ios 15.2.1).
i am pretty sure that worked before, but i cannot say when it broke, eg. if 1.26 is fine or not..
we got similar reports also far before, eg. from @dignifiedquire , but we could not get a grip on that, so that issue may be even older.
cmp. #1157
The text was updated successfully, but these errors were encountered: