hypha-dao / hashed-wallet

Hashed Wallet
MIT License
3 stars 3 forks source link

Loss of connection, does not recover #107

Closed n13 closed 1 year ago

n13 commented 2 years ago

Loss of connection / loss of functionality when connection is lost (does not recover, needs to restart app)

User could not use "remove" function for guardians, it worked after app restart.

n13 commented 2 years ago

Notes:

Need to just implement start stop so it's reliable, then track it properly in the app.

In M1 it's the polkawallet code which has a restart timer, but the restart doesn't really work and ends up with a JS instance that is not initialized, meaning no code can run on it.

n13 commented 1 year ago

Start/stop is not reliable because when there is no connection, start hangs forever.

So adding a timer to start should alleviate this issue.