lingochamp / FileDownloader

Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process
Apache License 2.0
10.99k stars 2.18k forks source link

bugly监控到发生的异常:java.lang.IllegalArgumentException,接入版本是1.7.7 #1322

Open linlongjanny opened 4 years ago

linlongjanny commented 4 years ago

下面是截取到的日志:

FileDownloader-BlockCompleted1(15718)

java.lang.IllegalArgumentException can't handover the message, no master to receive this message(status[4]) size[0]

com.liulishuo.filedownloader.FileDownloadMessenger.b(FileDownloadMessenger.java:254) com.liulishuo.filedownloader.FileDownloadMessageStation$1.run(FileDownloadMessageStation.java:109) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) java.lang.Thread.run(Thread.java:764)

该段代码指向handoverMessage()函数中当task为null时抛出的异常,但是在使用中已对task限制不为空,希望可以得到官方的解答和解决方案!

i91h1r commented 4 years ago

同有这问题 怎么弄。。。

youyoubt commented 3 years ago

这个问题,什么时候更新组件版本呢