-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review all controllers for offline use #13
Labels
enhancement
New feature or request
Comments
We could emit an event "onNetworkStatusChange" at the app level and have
the engine listening to it, and turn off / on any potential polling or
activity that requires to be online.
…On Wed, Aug 15, 2018 at 1:15 PM Paul Bouchon ***@***.***> wrote:
We should verify what happens to controllers when connectivity goes down
and make sure they can resume peacefully. Is this something we handle
higher up int he stack, like at the app level?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABMKWke_1etVg03p6AP9b8YYzJ66AViGks5uRFc_gaJpZM4V-ehA>
.
--
*Bruno Barbieri* // Senior Javascript Engineer @ Metamask
49 Bogart St, Suite 22, Brooklyn NY 11206
Web <https://consensys.net/> | Twitter <https://twitter.com/brunobar79> |
Linkedin <https://www.linkedin.com/in/brunobar79/> | Github
<https://github.com/brunobar79>
|
mcmire
referenced
this issue
in mcmire/core
Jul 17, 2023
Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/MetaMask/auto-changelog/releases) - [Changelog](https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md) - [Commits](MetaMask/auto-changelog@v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: "@metamask/auto-changelog" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kanthesha
pushed a commit
that referenced
this issue
Oct 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should verify what happens to controllers when connectivity goes down and make sure they can resume peacefully. Is this something we handle higher up int he stack, like at the app level?
The text was updated successfully, but these errors were encountered: