You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting to librespot, the application hangs for almost 33 seconds exactly before successfully establishing a connection and appearing within the Spotify Connect app
Version
The latest build of the dev branch (82076e8) along with older builds such as 0.4.2
How to reproduce
Steps to reproduce the behavior in librespot e.g.
Launch librespot with 'cargo run -- --name test'
Connect to 'test' with Spotify App on iOS
See that the 'connecting' message appears and remains for roughly 30 seconds before proceeding
After initial connect it seems like subsequent connections are much faster. It's as if the first connection request timed out somewhere and needed to retry in order to succeed.
The text was updated successfully, but these errors were encountered:
Update: It appears that this appears to be more of a problem when there are multiple librespot instances on the same network and you switch from one to the other or you attempt to connect to a new instance after disconnecting from another. I will update this post as I learn more.
Description
When connecting to librespot, the application hangs for almost 33 seconds exactly before successfully establishing a connection and appearing within the Spotify Connect app
Version
The latest build of the dev branch (82076e8) along with older builds such as 0.4.2
How to reproduce
Steps to reproduce the behavior in librespot e.g.
librespot
with 'cargo run -- --name test'Log
Host (what you are running
librespot
on):Additional context
After initial connect it seems like subsequent connections are much faster. It's as if the first connection request timed out somewhere and needed to retry in order to succeed.
The text was updated successfully, but these errors were encountered: