status-go/protocol/common
Andrea Maria Piana 6ad047d56f Fix datasync retry
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.
2020-11-26 16:25:52 +01:00
..
chat_entity.go describe chat entity comment 2020-07-30 20:21:08 +02:00
crypto.go Polish up and address review feedback 2020-07-27 08:51:28 +02:00
errors.go Use ErrRecordNotFound instead of sql.ErrNoRows 2020-10-08 13:23:00 +02:00
feature_flags.go Add feature flag for push notifications and bump version 2020-07-27 17:20:16 +02:00
message.go Add `New` flag to a received message 2020-11-10 18:02:38 +02:00
message_processor.go Fix datasync retry 2020-11-26 16:25:52 +01:00
message_processor_test.go move contact code to subscription 2020-08-18 16:29:37 +02:00
message_test.go Link previews support (#2059) 2020-10-27 19:35:28 +02:00
raw_message.go Polish up and address review feedback 2020-07-27 08:51:28 +02:00