Jonah
Jonah
Came here to say the same :smile: . Adding songs to the queue and managing the queue in general would be an amazing feature!
Oh, somehow overlooked that option in the help. Thanks a lot for the hint :)
https://community.spotify.com/t5/Closed-Ideas/Developer-Web-API-playback-queue-route/idi-p/5202433 Seems like 5 votes were missing in order for spotify to pick up on this :/
Hi, I'm currently facing the same problem but I get a few errors with your code @phea . I'm fairly new to golang and kinda lost. Somehow I get an...
Hey, sorry to bother you again. In the mean time, I improved my go skills a bit (at least I think so). But something in your code is still bothering...
So I did a little testing and came to the conclusion that @phea only reconnects the websockets once, if the fail because the internet connection cuts for example. To reconnect...
I don't think the problem is keepAlive. I tested it today and for me it worked as expected. When I started a websocket and then manually cut the network connection,...
To be fair, not even binance follows the binance documentation. For example websockets aren't always disconnect after 24h. Sometimes they are valid for a longer timespan, at least that's what...
But I agree with you. The method you pointed out doesn't seem to get called anywhere inside the package. Since it's written uppercase I somehow suspect that it's meant to...
> Exactly. Yeah it's true my case is for user streams and I know it's different and the other case should be fine for non-user streams; but the issue title...