-
Notifications
You must be signed in to change notification settings - Fork 6
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
App crashes on fast song switching #11
Comments
I believe this is because the way how the application currently communicates with MPD is just outright bad. I'm currently working on fixing it to the way it should have been from the start and I imagine that'll fix this issue. |
https://meido.perala.me/kmbmpdc You can try the latest development build to see if the new event loop fixes this issue. At least it's been fine in my testing. |
Thanks! But this version also crashes.
|
I'll have to keep working at it. I think I've managed to get the error handling to a level where it no longer crashes. However, it'll freeze for a bit before it disconnects if commands are spammed. I think I need to work on the UI to somehow limit the spam in order to avoid the freezing. |
Rapidly pressing next/previuous button (media keys or popup window buttons) causes app to crash.
The text was updated successfully, but these errors were encountered: