-
Notifications
You must be signed in to change notification settings - Fork 1
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
HttpRequestException handling #7
Comments
Yep, this can be done.
All this will be in the v3.0 release. |
This has been deprecated in version 4 in favor of using a more comprehensive tool such as Polly. |
Hello, I have been using this library and I love it. I have implemented some error handlers using your OnFailure methods. That works great for failure responses returned from the server. What is the strategy for handling HttpRequestExceptions which would get thrown, for example, if the users internet connection was down.
It would be nice to be able to hande that within this framework. Please let me know if there is a way to do that, or if that is a possible future feature.
The text was updated successfully, but these errors were encountered: