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
Combing the /v1/now_playing and /v1/queue endpoints into a new WebSocket based endpoint. This would significantly reduce HTTP overhead because of the more efficient transport. Also, only data that matters (like the queue or volume changing) would need to be sent server to client. This would eliminate the request loop on the frontend which is just retrieving redundant data most of the time.
The text was updated successfully, but these errors were encountered:
Combing the
/v1/now_playing
and/v1/queue
endpoints into a new WebSocket based endpoint. This would significantly reduce HTTP overhead because of the more efficient transport. Also, only data that matters (like the queue or volume changing) would need to be sent server to client. This would eliminate the request loop on the frontend which is just retrieving redundant data most of the time.The text was updated successfully, but these errors were encountered: