mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 02:31:47 +00:00
97f4c6e3df
When going offline, all the rpc calls fail making hystrix open all the circuits. This commit changes the behavior so that when we go back online, we close all the circuits. We should also avoid making rpc requests while offline, but this should work for release.