rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
885 stars 209 forks source link

Completed Event will be sent on next Announce, instead at Time of Completion #191

Open paxter opened 5 years ago

paxter commented 5 years ago

The last commit https://github.com/rakshasa/libtorrent/commit/ebe4b967e1eda8565aed18c881e1cc1cffdd41cf fixes the correct using of tracker announce interval. But now the completed event will be sent on the next announce and not immediately (also described here https://github.com/rakshasa/libtorrent/issues/167#issuecomment-379489632). This results into beeing a leecher (until the next announce), although the torrent is already completed.