ssseasonnn / RxDownload

A multi-threaded download tool written with RxJava and Kotlin
Apache License 2.0
4.14k stars 612 forks source link

how to restart a download task with the same url after delete it #354

Closed yue001 closed 1 year ago

yue001 commented 1 year ago

When I delete a task and restart it, it shows the status is DELETE, and can not start successfully, I find the manager is still in the TaskManagerPool, and can't be removed from TaskManagerPool, because TaskManagerPool.remove() is private, anyone have any ideas?Thanks.