Replies: 1 comment
-
Linear & Fair queues behave differently when a user adds a track to the queue. The linear queue simply puts the added track to the end of the queue. Fair queue may add the track closer to the beginning of the queue depending on who requested it. You can observe fair queue's behavior by adding lots of tracks as one user, then adding 1 track as a different user. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the difference between 'linear' and 'fair' 'QueueType'?
Beta Was this translation helpful? Give feedback.
All reactions