We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Retry image download is not working.
it is runtime process.
CachedImage
CachedImage RetryCount set 5 and RetryDelay set 500ms. Wireshark to checked the retry. first requst is 404 error. second try is not working.
The text was updated successfully, but these errors were encountered:
Fix retry image download is not working. #36
6f4d3d1
Fixed in the latest version 1.2.5 https://www.nuget.org/packages/FFImageLoading.Maui/1.2.5
Please help to verify the fix when you are free. Thanks very much.
Sorry, something went wrong.
Thank you. it works well.
No branches or pull requests
Description
Retry image download is not working.
Steps to Reproduce
it is runtime process.
CachedImage
bind imagesource is A.CachedImage
is not working retry.CachedImage RetryCount set 5 and RetryDelay set 500ms.
Wireshark to checked the retry. first requst is 404 error. second try is not working.
Expected Behavior
Actual Behavior
Basic Information
Screenshots
Reproduction Link / Code
The text was updated successfully, but these errors were encountered: