ryanmhoffman/CBTVelocity

Crash on Socket Timeout Exception

Closed this issue · 1 comments

When opening or refreshing content in the main screen, if connection to the database cannot be obtained it throws an exception that is not being handled and it causes the app to crash.

Edit: The app no longer crashes when there is no connection, but the error is not completely handled. System errors are being thrown, they just are not crashing the app, and when this happens there is no update to the UI, you are just left with a blank screen. The extra exceptions need to be handled properly and the UI needs to be updated to let the user know there has been an issue.

It appears this issue has been resolved.