You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
outbox: Remove not needed sendOutbox on connectivity change.
Now that we are retrying on failed message send we are handling
all possible cases where we might end up with unsent messages:
* if message send fails immediately (we keep retrying)
* if the app was closed with unsent messages (we try again on
next launch, inside `doInitialFetch` -- and keep retrying)
The connectivity change was a good heuristic with the imperfect
retry strategy but is not needed any more.
0 commit comments