atomashpolskiy / bt

BitTorrent library and client with DHT, magnet links, encryption and more
https://atomashpolskiy.github.io/bt/
Apache License 2.0
2.4k stars 382 forks source link

Fix CLI client may not exit upon some processing errors #211

Closed dahlgrenm closed 1 year ago

dahlgrenm commented 1 year ago

To resolve #136.

Hi, we are a group of students working on a university assignment and are hoping it would be helpful to have a go at resolving some issues in this repo.

This PR aims to resolve #136 by allowing errors from the async stages to be caught by the outer try/catch.

atomashpolskiy commented 1 year ago

Thank you!