asgiom / cr8-brm-mobile-issues

0 stars 1 forks source link

[BUG] Wallet glitches after running in background or being open for a while #69

Open danielwwf opened 4 years ago

danielwwf commented 4 years ago

Describe the bug If the wallet stays open for a specific amount of time, it glitches like signing a transaction fails.

To Reproduce Steps to reproduce the behavior:

  1. Open wallet
  2. Send it to the background and let it sit
  3. Try to do a tx
  4. See error

Expected behavior The wallet should always work.

Screenshots

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

t3nshi commented 4 years ago

I will report back as soon as I am able to reproduce this.

t3nshi commented 4 years ago

Well this was difficult to sort out since it does not happen all the time and there are not specific steps to reproduce... so let me know what you find on last version

danielwwf commented 4 years ago

It still exists. Occurs most of the time when app is running for a while and nothing is done. If I can get a debug apk I will try to catch some error.

t3nshi commented 4 years ago

After I tried many different things this seems to keep appearing when we lose network connection for some reason... the app lose the connection to the blockchain and never fixes it... I was trying to solve this with a plugin that detects network connection and could fix the connection on a reconnect event.. but on many tests I get a lot more buggy behaviour than what we currently have... I am very confident that as soon as we fix the connection issue (#74 ) this will be fixed.