mirror of
https://github.com/status-im/status-go.git
synced 2025-01-11 23:25:29 +00:00
c54ba02e3a
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.