calling: update TurnCallRouter to shuffle instance IPs to prevent allocation skew

Co-authored-by: Jonathan Klabunde Tomer <125505367+jkt-signal@users.noreply.github.com>
This commit is contained in:
adel-signal
2024-05-02 12:34:34 -07:00
committed by GitHub
parent cc6ec1d351
commit 854ab353b3
4 changed files with 19 additions and 11 deletions

View File

@@ -108,7 +108,9 @@ public class TurnCallRouterTest {
() -> performanceTable,
() -> manualTable,
configTurnRouter,
() -> geoIp
() -> geoIp,
// set to true so the return values are predictable
true
);
}