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

retry image download is not working. #36

Open
BoungSeokKim opened this issue May 21, 2024 · 2 comments
Open

retry image download is not working. #36

BoungSeokKim opened this issue May 21, 2024 · 2 comments

Comments

@BoungSeokKim
Copy link

Description

Retry image download is not working.

Steps to Reproduce

it is runtime process.

  1. image url is A.
  2. xaml CachedImage bind imagesource is A.
  3. A image upload A on the server.
  4. 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

  • Version with issue: 1.2.4
  • Last known good version:
  • Platform: Windows and Android, .net maui 8.0.7, VS 17.9.2

Screenshots

Reproduction Link / Code

@microspaze
Copy link
Owner

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.

@BoungSeokKim
Copy link
Author

Thank you. it works well.

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