SAM - Ordered Requests through a cache

Post Reply
Author
Message
MattEnloe
Offline
Member
Posts: 51
Joined: Sat Oct 16, 2010 10:40 am

SAM - Ordered Requests through a cache

Post by MattEnloe »

Previous behavior:

(1st queued non-request) (Request #1 @3:00 PM) (Request #2 @3:01 PM) (Queued non-requests)

Current behavior:

(Request #2 @3:01 PM) (Request #1 @3:00 PM) (Queued non-requests)

Desired behavior:

(Request #1 @3:00 PM) (Request #2 @3:01 PM) (Request #3 @3:04 PM) (Queued non-requests)

It should also be important that the bot recognizes queued requests between songs by storing a timestamp of the request in the memory so that all queued requests will play before the normal queue, but in proper order of request for fairness to users. :)

Post Reply