Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upProblem when seeder disconnect/reconnect #1245
Comments
This comment has been minimized.
This comment has been minimized.
|
This is happening using ws to send announces. using udp it seems it works fine. |
This comment has been minimized.
This comment has been minimized.
|
It should send announces every 120 seconds by default iirc |
This comment has been minimized.
This comment has been minimized.
|
@DiegoRBaquero , I saw this adding a console.log('update') after You may now know that I'm not really a programmer (^_^) and not really inside the torrent protocol. So I'm sorry if I'm misunderstanding something... |
This comment has been minimized.
This comment has been minimized.
|
I'm investigating why I do have this issue.
Is executed as many times as the number of seeded files. When the seeder reconnects the first "expected socket"(???) Sorry for my english. It's not easy to clearly explain a such technical thing :) |
This comment has been minimized.
This comment has been minimized.
|
I made a video (look ad 1080p) where the problem is very clear. I used a very short tracker update interval to make the video. |
This comment has been minimized.
This comment has been minimized.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This comment has been minimized.
This comment has been minimized.
|
Thanks for reporting this and for the helpful video. Sorry for the long delay. This looks like a real bug. If it's still in the current version, we should fix it. |
Hi,
Let's say I'm seeding 5 files; if I disconnect the seeder, e.g. disconnecting ethernet cable for few second and reconnecting it, the seeder only sends an annonunce for one of the seeded files. All others file are not announced (I do not receive those on the tracker). But in client.torrents I can see all seeded files.
Any idea why is this happening?
Thank you!