-
Notifications
You must be signed in to change notification settings - Fork 121
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
使用中遇见的一些问题。。 #28
Comments
也许是我没理解对,别见怪。。。。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下载最大数 3
现在下载队列中通过startDownload加入了5个任务。
目前3个任务下载中,还有两个任务在排队中:状态为 PENDING || PREPARE.
通过pauseAllDownloadTasks暂停所有后,会停止正在下载中的任务。但是在等待中的任务会去开始下载。这个算不算bug
The text was updated successfully, but these errors were encountered: