coldstar96 / cse403

Budget Manager Project
1 stars 2 forks source link

Sometimes the network timeout doesn't work #88

Closed grablair closed 11 years ago

grablair commented 11 years ago

Steps to reproduce:

  1. Open the app.
  2. At some point, lose network connection and try to complete a network action, such as adding a new budget/entry or logging in/creating an account.
  3. Sometimes, the network will respond with an error, sometimes not.

We have created the handlers to deal with these issues but they seem to not work consistently. We need to look into this.

grablair commented 11 years ago

Turns out this is in part due to the nature of the emulator. The emulator always thinks it's connected to the internet, so will wait the entire time of the set timeout before dying. Before I close this, I want to make sure this is the case by checking it on an actual device.

grablair commented 11 years ago

This is fixed.