SchildiChat / SchildiChat-android

Matrix client / Element Android fork
https://schildi.chat/android/
Apache License 2.0
386 stars 49 forks source link

Long delay for calls to ring when using background sync #175

Closed reh9 closed 10 months ago

reh9 commented 1 year ago

1.5.8.sc62 [40100990] (F-39aff9f2) 1.5.8 (39aff9f2) Olm version 3.2.12

I am using FOSS version. When initiating a call sometimes it takes very long time before other side actually starts ringing, sometimes it never rings and the info is given to the caller the other side did not pick up.

I found out that lowering the "Delay between each sink" value from default 60s to 15s solves the issue.

Would it be possible to decrease the default value to 15s or at least 30s? This would make it much easier to recommend the app to non-tech people. I understand this increases power consumption but otherwise the app is almost unusable.

SpiritCroc commented 1 year ago

I'd rather recommend you to look into a push solution. Either your non-tech friends are using the Google variant either way and thus get FCM push notifications, or you may want to look into UnifiedPush. Reducing the sync interval has the risk that Android will kill the app due to too much background activity, which will only make the situation worse.

github-actions[bot] commented 11 months ago

This issue is stale because it has been open 150 days with no activity. Remove stale label or comment or this will be closed in 14 days.