libtorrent icon indicating copy to clipboard operation
libtorrent copied to clipboard

event=complete not sent if connection gets lost and reconnects

Open ghost opened this issue 2 years ago • 3 comments

Please provide the following information

libtorrent version (or branch): 2.0.8 platform/architecture:

compiler and compiler version:

please describe what symptom you see, what you would expect to see instead and how to reproduce it.

Start a download and when almost at over 90%, disconnect your internet. Reconnect the internet and let the torrent finish downloading. End result is event complete is not sent but announce gets through. Maybe when sockets are re-opened it forgets if it already sent event complete or not?

ghost avatar Jan 05 '23 07:01 ghost

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar May 21 '23 19:05 stale[bot]

the complete_sent field is only set to true when receiving a tracker response where the request included event=completed

arvidn avatar May 25 '23 06:05 arvidn

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 17 '23 01:09 stale[bot]