-
Notifications
You must be signed in to change notification settings - Fork 481
fix for #1359 #1361
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
base: master
Are you sure you want to change the base?
fix for #1359 #1361
Conversation
@todorangrg Hello, I think I am impacted by the same issue as you when I switch users, sometimes the "connecting keep flashing" and end up not connecting. I have pulled the spotifyd version with your fix and I have an error (below) any idea why ? I compile with : "cargo build --release --no-default-features --features pulseaudio_backend,dbus_mpris"
Thanks |
92c05b6
to
46ded41
Compare
@todorangrg The log you pasted only shows two warning messages (which were already present on master and I fixed them now). I just rebased this branch onto the latest changes, so maybe you can try again? (Compiling might take a little...) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for taking so long to review this! Looks good though, thank you! There are a few other places, where shared_spirc.shutdown()
is called. Would it be possible to await the spirc_task
there as well?
Hi, |
done. |
this only fixed the issue I was having in #1359. Now user-switch works reliably.