v1.4.2
版本发布时间: 2017-03-15 01:13:26
lingochamp/FileDownloader最新发布版本:v1.7.5(2018-08-03 16:15:47)
Fix
- Fix(Same File Path): Avoid two tasks writing to the same file simultaneously, Once there is an another running task with the same target path to the current task's, the current task will receive the
PathConflictException
to refused start downloading. Closes #471
New Interfaces
- Add
FileDownloadSerialQueue#getWaitingTaskCount
: Get the count of tasks which is waiting on the serial-queue instance. Refs #345