Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes if server not available on startup #1

Open
lyudmil opened this issue Dec 19, 2010 · 1 comment
Open

App crashes if server not available on startup #1

lyudmil opened this issue Dec 19, 2010 · 1 comment

Comments

@lyudmil
Copy link
Owner

lyudmil commented Dec 19, 2010

Currently if the server is not running or unreachable, the app will crash when starting up. This is obviously pretty bad. We should, at the very least, fail elegantly. At best, we would provide a way to retry establishing the connection.

@Daedrico
Copy link
Collaborator

Daedrico commented Jan 5, 2011

I'm working on it.
I wish to implement the following checks:
• gps is enable (done)
• internet connection is enable (done)
• server is running (done)

For the first two points: if the check fails, the application shows a dialog box, allowing users to activate gps and/or internet connection.
Last one checks for the machine on which server is reachable; it doesn't really checks if server is running, only if the server machine in online.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants