lingochamp / okdownload

A Reliable, Flexible, Fast and Powerful download engine.
Apache License 2.0
5.13k stars 767 forks source link

下载任务暂停后调用 enqueue 方法,断点信息消失 #465

Open Palding opened 2 years ago

Palding commented 2 years ago

任务暂停后重新调用 enqueue 方法,DownloadListener4WithSpeed回调里的taskStart 中的 task 对应的BreakpointInfo那个打印出之前停止时的信息。 但是在connectStart和infoReady回调的时候BreakpointInfo中的断点信息getTotalOffset返回值为0。有人遇到过了吗。