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

The DownloadProgress .percent return wrong value (0 instead of -1) when the receive total size is unknown #306

Closed
ylazy opened this issue Dec 30, 2022 · 2 comments
Labels

Comments

@ylazy
Copy link

ylazy commented Dec 30, 2022

  • Have you read the Wiki carefully?

    • yes
  • What version of the product are you using?

    • 2.27.0
  • On what operating system?

    • Win11
  • **If Windows is the AIR app 32bit or 64bit?

    • 64bit
  • Which IDE are you using?

    • VSCode
  • Which version of AIR are you using?

    • 50.1.1.2
  • What steps will reproduce the problem?

    • The DownloadProgress percent return 0 instead of -1 when the receive total size is unknown. Because the current type of the percent property is uint. It should be int
  • What is the expected output? What do you see instead?

    • Expected value: -1
    • Actual value: 0
  • Does this problem also occur in the WebViewANE Sample Application provided?

    • no
@tuarua tuarua added the bug label Jan 2, 2023
@tuarua
Copy link
Owner

tuarua commented Jan 14, 2023

Should be fixed in 2.28.0

@ylazy
Copy link
Author

ylazy commented Jan 16, 2023

Fixed! Thank you!

@tuarua tuarua closed this as completed Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants