IBM-MIL / IBM-Ready-App-for-Insurance

Ready App that allows users to connect to a IoT sensor network within their home to manage the health of assets.
https://developer.ibm.com/open/ibm-ready-app-for-insurance
Other
26 stars 13 forks source link

Intermittent connection problems while “syncing with sensors” #7

Closed ghost closed 8 years ago

ghost commented 8 years ago

While running the app and logging in using the "demo credentials" the app would get to the "Synching with sensors..." orange screen and never progress beyond that screen.

atcabral commented 8 years ago

Does this happen consistently? I haven't run into this on my phone.

ghost commented 8 years ago

It happened to both me and Ricardo for a few hours last week. We had this problem on both physical phones and running from the simulator. Haven't had the problem since, but still should probably be investigated further.

rajohns08 commented 8 years ago

This can happen if the getAllAssetData query in AssetOverviewDataManager is not successful. There is currently no code to dismiss the syncing with sensors loading screen in this error case. Working on solution.