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

Cant search for podcast while downloading #39

Open
dvdsk opened this issue Feb 11, 2021 · 0 comments
Open

Cant search for podcast while downloading #39

dvdsk opened this issue Feb 11, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@dvdsk
Copy link
Owner

dvdsk commented Feb 11, 2021

The search request task take forever before they are run I think? Seems like iced uses only one thread right now that quickly gets saturated (on the pinephone) by the download.

Should be confirmed with a debug print.

Possible solutions
  • wait for iced to start using more threads
  • move the download to another thread and use mpsc to send progress
@dvdsk dvdsk added the bug Something isn't working label Feb 11, 2021
@dvdsk dvdsk added this to the Long term usable milestone Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant