mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 20:53:09 +00:00
4b4b9da2b1
When pulling signaling messages failed the source observable was immediately subscribed again, which immediately triggered another pull. Rather than hammering the server or a flaky network with new requests again and again now further requests are performed with an incremental delay (up to 16 seconds). The delay is increased only when several requests fail in a row, and it is reset as soon as a request succeeds. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |