derniercri / snatch

A simple, fast and interruptable download accelerator, written in Rust
MIT License
676 stars 37 forks source link

program get blocked forever when any chunk-downloading thread panics #66

Closed laizy closed 7 years ago

laizy commented 7 years ago

program get blocked forever when any chunk-downloading thread panics. The problem is that MultiBar::listen method blocks until all bars call finish() or finish_print .

k0pernicus commented 7 years ago

Thank you @laizy, the problem has been resolved now :-)