Skip to content

Releases: mpetazzoni/ttorrent

ttorrent-2.0

07 Dec 11:44
Compare
Choose a tag to compare
ttorrent-2.0 Pre-release
Pre-release
fix client hanging in "download torrent" method when torrent exists.

reason: "downloadComplete" callback will be invoked only when last piece is received and validated. This callback will not be invoked if torrent exists. So it's needed interrupting method in "validation complete" callback if all pieces are valid