-
Notifications
You must be signed in to change notification settings - Fork 500
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
App is slow to resume. It even sometimes fails to resume. #2793
Labels
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
Milestone
Comments
manuroe
added
the
T-Defect
Something isn't working: bugs, crashes, hangs and other reported problems
label
Oct 22, 2019
There are at least 2 issues:
A typical HTTP requests sequence is:
|
Another sequence with requests number:
|
manuroe
added a commit
to matrix-org/matrix-ios-kit
that referenced
this issue
Oct 25, 2019
manuroe
added a commit
to matrix-org/matrix-ios-sdk
that referenced
this issue
Oct 25, 2019
element-hq/element-ios#2793 There is no need to wait that crypto makes all its requests on a resume because it already made it (is, posting its device ids and one time keys) on a previous initial sync.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The first incremental sync can be delayed for several seconds before being triggered. We can see no logs for several seconds in the app logs.
It looks like if there is a failure during those unknown steps, the app fails to resume. Only a clear cache can make it work again.
The text was updated successfully, but these errors were encountered: