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
1.增加同时下载的最大数量限制 2.增加下载的状态判断(即将下载,暂停中,下载中,下载完成)
The text was updated successfully, but these errors were encountered:
同时提示一个bug:下载速度显示有问题。 看代码你是取的平均速度,假设我分2次下载,第一次下载的时候,显示正确;但是第二次显示的时候,会导致receivedSize偏大(包含了第一次下载的size),这样计算就会导致实时速度偏大
Sorry, something went wrong.
No branches or pull requests
1.增加同时下载的最大数量限制
2.增加下载的状态判断(即将下载,暂停中,下载中,下载完成)
The text was updated successfully, but these errors were encountered: