v1.4.0
版本发布时间: 2017-01-11 01:30:45
lingochamp/FileDownloader最新发布版本:v1.7.5(2018-08-03 16:15:47)
Enhancement
- Improve Performance: Optimize the logic in
FileDownloader#init
, let it lighter(just do some action like assigncontext
andmaker
)
Fix
- Fix(pause): fix can't stop the task when occurring the high concurrency event about pausing task after starting it in very close time. Closes #402
- Fix(init FileDownloader): fix the very low frequent crash when init FileDownloader on the process the
FileDownloadService
settled on. Closes #420 - Fix(FileDownloadHttpException): fix params can't match the
formatter
when occurFileDownloadHttpException
Closes #438