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
通过await方式多任务下载,通过.toDownload(task.localPath, true).tag("testTag")后,再使用 RxHttpPlugins.cancelAll(testTag)取消对应单个任务,发现无效
.toDownload(task.localPath, true).tag("testTag")
RxHttpPlugins.cancelAll(testTag)
The text was updated successfully, but these errors were encountered:
修复协程方式下载时,无法通过tag关闭请求问题
824836c
2.9.3版本已解决该问题
Sorry, something went wrong.
No branches or pull requests
通过await方式多任务下载,通过
.toDownload(task.localPath, true).tag("testTag")
后,再使用RxHttpPlugins.cancelAll(testTag)
取消对应单个任务,发现无效The text was updated successfully, but these errors were encountered: