It will create 2 requests to search for a game instead of 1 request.
This sometimes can lead to players receiving "Quits" on their profiles if they spam it.
Axios cancels the first request, but the request was already initially created therefore the match will be spawned.
When accessing URL's such as https://keyma.sh/play/regular
It will create 2 requests to search for a game instead of 1 request.
This sometimes can lead to players receiving "Quits" on their profiles if they spam it. Axios cancels the first request, but the request was already initially created therefore the match will be spawned.