maximwebb / torrensic

Lightweight torrent client written in Rust
1 stars 0 forks source link

Program crashes on connection reset #8

Closed maximwebb closed 1 year ago

maximwebb commented 1 year ago

Currently in read_task, the peer closing the connection results in a crash. Fixing this will require propagating the error back up to the peer manager so they can remove the peer. image