Skip to content

ttorrent-2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Dead-off Dead-off released this 07 Dec 11:44
· 24 commits to master since this 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