You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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