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

Details dialog glitches between previously and currently selected torrent #522

Open
matthewdias opened this issue Mar 8, 2023 · 2 comments

Comments

@matthewdias
Copy link

When I double click a torrent, close it, and then open another, all the info displayed in the dialog switches back and forth between the two torrents a few times before stabilizing. Sometimes it settles on the wrong one, and I need to try again before I can do any actions.

Screen.Recording.2023-03-08.at.16.58.31.mov
@johman10
Copy link
Owner

@matthewdias I was actually able to reproduce this when using a slower connection. As long as my connection is fast this is not happening.

I think flood for transmission needs some more control over the outgoing requests. I have also noticed that the polling requests end up stacking up when the connection is slower becuase it doesn't check if the previous request has finished. (this hooks into #345)

Either way I will have to look at this at some point. But if you have ideas on how to fix it feel free to contribute!

@matthewdias
Copy link
Author

Thanks, I have a feeling the slowness on my end is due to the transmission daemon's single thread being pegged with lots of active torrents. I think I'm switching to qbittorrent so won't contribute myself but happy to help test changes

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