lingochamp / okdownload

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

TaskEnd while EachBlockProgress not always called #498

Open faridgibrandrei opened 1 year ago

faridgibrandrei commented 1 year ago

I try the code in my app, and I want to do something after the task end which installs the apk file if the end cause is complete or report if anything else

but after the download finish sometimes the TaskEnd not called so my app not continuing the step it needs to

is there any idea why this happened and how I can fix it?