-
Notifications
You must be signed in to change notification settings - Fork 42
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
Frontend reloads in iOS because of backend issue #353
Comments
An IndexedDB issue that may triggers reloading: More info:
|
When we switch from This is an indication that our worker got killed (maybe because of memory consumption) and |
`tracing_web::performance_layer` was causing high memory consumption because browser was keeping high resolution data for each tracing event. Fixes eigerco#352 and eigerco#353
Fixed in #356 |
iOS browsers reload lumina-front and our very simple ui after few minutes (sometimes after seconds).
We suspect that this is happening when our worker exits due to errors or gets killed due to memory consumption.
The text was updated successfully, but these errors were encountered: