-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error Handling #21
Comments
@gernotkogler How does your app go offline? I want to recreate the conditions and see what I can do |
@andrewtimberlake I turn off my WIFI and start my app locally. This is what I get. Seems to happen only if I have no network when the app starts. If I go offline after the app started, it seems to reconnect as soon as the network is there again.
|
I’ve pushed a change that will exit rather than crash on connection failure. You will need to handle the retries in your supervisor. |
Looks good, thanks! |
I’ve released 0.5.2 |
I'm using Mailroom basically as shown here. When my app goes offline (for testing purposes), Mailroom crashes and takes my whole app down.
I can't find any error handling dealing with offline scenarios. Am I missing something?
The text was updated successfully, but these errors were encountered: