jiti-meet/react/features/overlay
virtuacoplenny 84b589719f fix(connection): reload immediately on possible split-brain (#3162)
* fix(connection): reload immediately on possible split-brain

There isn't an explicit way to know when a split brain
scenario has happened. It is assumed it arises when an
"item-not-found" connection error is encountered early
on in the conference. So, store when a connection has
happened so it be calculated how much time has
elapsed and if the threshold has not been exceeded
then do an immediate reload of the app instead of
showing the overlay with a reload timer.

* squash: rename isItemNotFoundError -> isShardChangedError
2018-07-02 16:22:51 -05:00
..
components fix(connection): reload immediately on possible split-brain (#3162) 2018-07-02 16:22:51 -05:00
actionTypes.js feat(RN): add a fatal error state which is a catch all 2018-06-26 15:39:56 +02:00
actions.js fix(connection): reload immediately on possible split-brain (#3162) 2018-07-02 16:22:51 -05:00
functions.js [RN] Implement Notifications on mobile 2018-06-28 12:47:50 +02:00
index.js [RN] Implement Notifications on mobile 2018-06-28 12:47:50 +02:00
middleware.js feat(RN): add a fatal error state which is a catch all 2018-06-26 15:39:56 +02:00
reducer.js feat(RN): add a fatal error state which is a catch all 2018-06-26 15:39:56 +02:00