-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
BaseDownloadTask#reuse is called shortly after the call to BaseDownloadTask#pause may raise a exception #329
Comments
你是在哪里调用遇到这个问题的呢? |
task.reuse(); |
场景就是网络不好的时候,不断点击下载就会出现~ |
在哪里调用 |
没有出现在回调里 |
这个错误,说明当前任务还在不断的接收回调,无法重新 之前有一个版本有修复一个类似的问题(#229),他这个是在 |
我给他加了一个判断就是if(task.isusing){};后解决了 |
恩。好的。如果觉得报这个异常是不符合预期的,继续评论,我会重新打开这个issue,然后继续跟踪问题。 |
我出现同样的问题 |
写错了。。sorry |
@vinaaroncent 可否告知下遇到该问题的FileDownloader的版本。 |
1.2.2 |
@vinaaroncent 可否告知下 类似问题我重新review了一遍代码,当然你也可以看下报错的源代码。有有可能在任务还在运行之时,进行调用它的 |
sorry~ 我手敲的代码 不是复制的 弄错了。 |
必复现的流程是: |
@vinaaroncent 挺奇怪的,FileDownloader并没有与Activity有任何的绑定关系。。可否加下QQ,我给你远程看下吧。我QQ 82780465。加好了回来评论下,我比较少上QQ,然后约定时间。我给你远程定位下问题。 |
已加~ |
@vinaaroncent 多谢提供的sample project,已经找到原因。 这个问题会在3.0中修复了带上。 原因:调用 因此在调用 ResaonCalling So in the call |
would you mind using english? |
java.lang.IllegalStateException: the messenger is working, can't re-appointment for [email protected]@42a72b80
The text was updated successfully, but these errors were encountered: