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
it seems like a file length int32 problem. the task.progress can not report correctly when a file is over 2gb. both ios and android are not working.
when the content length over 2gb, the total length of content( second parameter of the progress function) will show a negative number.
it should be a classic problem, which use int32 in the code. please find a way to fix it, thanks!
The text was updated successfully, but these errors were encountered:
It sounds like you may know how to fix this problem. We are always open to PRs 😄
Sorry, something went wrong.
No branches or pull requests
it seems like a file length int32 problem. the task.progress can not report correctly when a file is over 2gb. both ios and android are not working.
when the content length over 2gb, the total length of content( second parameter of the progress function) will show a negative number.
it should be a classic problem, which use int32 in the code. please find a way to fix it, thanks!
The text was updated successfully, but these errors were encountered: