mirror of
https://github.com/status-im/status-go.git
synced 2025-02-09 05:16:35 +00:00
This commit fixes a bug on the mvds library where the nextEpoch would be incorrectly summed to the retry time, resulting in messages not being retried, or retried much less frequently the longer the app was running. It also updates the retry timing to backoff exponentially at multiple of 30 seconds.