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

Fix scheduled sorting/filtering bug on started and stopped views in rtorrent #3

Closed
chros73 opened this issue Jul 6, 2016 · 0 comments

Comments

@chros73
Copy link
Owner

chros73 commented Jul 6, 2016

started and stopped views are special in rtorrent.
If view.filter or view.sort method is scheduled on one of them then it triggers massive scheduler bug that leads to various tracker communication problems (at least).
Actually the main cause of this is view.filter.

Solution: ignore view.filter method with started and stopped views. (These views aren't filtered by default anyway and if one tries to do it then it triggers this bug.)

(Refers to: rakshasa#449 )

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

No branches or pull requests

1 participant