Implement a way for users to cancel a queue that they started.
The cancel button could be implemented within the LOADING... Button.
Details
Possibly delay the queue packet being sent to the server when the START button is pressed, which allows the user to have some time to cancel (client-sided cancellation).
AND
Implement a FOUND MATCH decision, like in esports to accept/decline a match found.
Abstract
Implement a way for users to cancel a queue that they started. The cancel button could be implemented within the LOADING... Button.
Details
Possibly delay the queue packet being sent to the server when the START button is pressed, which allows the user to have some time to cancel (client-sided cancellation).
AND
Implement a FOUND MATCH decision, like in esports to accept/decline a match found.
Tasks