status-mobile/test/cljs/status_im
Andrea Maria Piana edf810444d
Fix concurrent retry-request
Sometimes it happens that the expired signal is received while the
there's a new request in flight.
This happens in cases such as:

1) We send a request (A)
2) We get disconnected from the mailserver
3) We connect to a new mailserver
4) We send a request (B)
5) We receive an expired signal for A

In such cases the request should not be retried or counted as a failure.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-28 15:28:59 +01:00
..
react_native [#6973] Replace react-native-i18n with react-native-languages 2019-02-09 23:27:46 -08:00
test Fix concurrent retry-request 2019-02-28 15:28:59 +01:00