element-x-ios
element-x-ios copied to clipboard
Push not working
Steps to reproduce
- I just realised I can't remember the last time i saw a push on EXI
- Push is enabled in the app, and notifs are turned on in the OS, and the app should have permissions.
Outcome
What did you expect?
Push 😊
What happened instead?
No push 😔
Your phone model
12 pro max
Operating system version
18.3
Application version
836
Homeserver
matrix.org
Will you send logs?
Yes
We believe this (and #3790) is caused by the current state of the event cache and should be rechecked after that work is finished.
push is broken for me with or without event cache enabled ftr (as of build 845)
14:13:23.814740+0000 kernel 0: 0x6f7071 <Missing Description> default EXC_RESOURCE -> NSE[22556] exceeded mem limit: InactiveHard 24 MB (fatal)
14:13:23.815169+0000 kernel 0: 0x6f7071 <Missing Description> default memorystatus: killing process 22556 [NSE] in high band FOREGROUND (100) - memorystatus_available_pages: 77983
14:13:23.815270+0000 kernel 0: 0x6f7071 <Missing Description> default NSE[22556] Corpse allowed 1 of 5
on 851:
15:43:42.198106+0000 kernel 0: 0x7024b1 <Missing Description> default EXC_RESOURCE -> NSE[22703] exceeded mem limit: InactiveHard 24 MB (fatal)
15:43:42.199764+0000 kernel 0: 0x7024b1 <Missing Description> default memorystatus: killing process 22703 [NSE] in high band FOREGROUND (100) - memorystatus_available_pages: 85092
15:43:42.199784+0000 kernel 0: 0x7024b1 <Missing Description> default NSE[22703] Corpse allowed 1 of 5
15:43:42.200419+0000 kernel 0: 0x7024b1 <Missing Description> default 555670.883 memorystatus: killing_specific_process pid 22703 [NSE] (per-process-limit 100) 24577KB - memorystatus_available_pages: 85160
https://github.com/matrix-org/matrix-rust-sdk/issues/4801 defines a plan to have a lighter use of memory.
Solved :-).