@resolveio/client-lib-core 1.1.16 → 1.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5067,6 +5067,10 @@ class CoreComponent extends BaseComponent {
5067
5067
  window.location.reload();
5068
5068
  }, 3000);
5069
5069
  }
5070
+ }, err => {
5071
+ setTimeout(() => {
5072
+ window.location.reload();
5073
+ }, 3000);
5070
5074
  });
5071
5075
  }
5072
5076
  }