Loading server/matchmaker_process.go +0 −3 Original line number Diff line number Diff line Loading @@ -705,9 +705,6 @@ func combineIndexesRandom(from []*MatchmakerIndex, min, max int, done <-chan str go func() { defer close(c) if length < max { return } seenCombination := make(map[string]bool, matchCapByTicket) // Pre-allocations. Loading Loading
server/matchmaker_process.go +0 −3 Original line number Diff line number Diff line Loading @@ -705,9 +705,6 @@ func combineIndexesRandom(from []*MatchmakerIndex, min, max int, done <-chan str go func() { defer close(c) if length < max { return } seenCombination := make(map[string]bool, matchCapByTicket) // Pre-allocations. Loading