We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920340f commit bb472dbCopy full SHA for bb472db
1 file changed
src/matchmaking/matchmaking.gateway.ts
@@ -145,7 +145,8 @@ export class MatchmakingGateway {
145
if (game_server_nodes_aggregate.aggregate.count !== 0) {
146
checkLatency = true;
147
if (Object.keys(latencyResults).length === 0) {
148
- throw new JoinQueueError("Unable to get latency results");
+ this.logger.warn("Unable to get latency results, skipping latency check");
149
+ checkLatency = false;
150
}
151
152
0 commit comments