Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rqbit does not send Stopped event when a torrent is paused #160

Open
yuriry opened this issue Jul 31, 2024 · 1 comment
Open

rqbit does not send Stopped event when a torrent is paused #160

yuriry opened this issue Jul 31, 2024 · 1 comment

Comments

@yuriry
Copy link

yuriry commented Jul 31, 2024

Comparing rqbit side by side with transmission-gtk, I noticed that rqbit does not send Stopped event to a tracker when a torrent is paused from UI. When a torrent is paused from transmission-gtk UI, the Stopped event is sent. Started event is sent by both rqbit and transmission-gtk when a torrent is resumed from corresponding UIs.

I'm not sure if Stopped event needs to be sent in a case when a torrent is paused, just noting it here because transmission-gtk does send Stopped in this scenario, and it seems a tracker needs to remove the Stopped peer from its peer list that is mapped to info_hash it is tracking.

@ikatson
Copy link
Owner

ikatson commented Aug 3, 2024

I'm not sure if Stopped event needs to be sent in a case when a torrent is paused

It probably should! But yes, it doesn't. It's not an easy fix, so maybe someday. PRs welcome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants