KeymashGame / game-tracker

Official Bugtracking Repository for all Keyma.sh issues
6 stars 0 forks source link

Searching a match via /play/** causes searching to happen twice #137

Closed CameronCT closed 3 years ago

CameronCT commented 3 years ago

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.

CameronCT commented 3 years ago

Fix pushed on staging.