Hi!
I am facing a issue where when two players create ticket, sometimes the matchmaker does not allocate them a server. When a third player creates a ticket, somehow all 3 players join the same server causing the third player to find themselves unable to do anything as server is full.My Queue is made for 1v1 matchmaking only and I am sharing my Queue Rule JSON below.
{
"Name": "1v1",
"MatchDefinition": {
"Teams": [
{
"Name": "Teams",
"TeamCount": {
"Min": 2,
"Max": 2,
"Relaxations": []
},
"PlayerCount": {
"Min": 1,
"Max": 1
}
}
],
"MatchRules": []
},
"BackfillEnabled": false
}