Merge pull request #3655 from kookxiang/auto-switch-server

automatically switch to LocalAddress when accessible
This commit is contained in:
Bill Thornton
2022-09-30 10:03:14 -04:00
committed by GitHub
+1 -1
View File
@@ -58,7 +58,7 @@ class ServerConnections extends ConnectionManager {
);
apiClient.enableAutomaticNetworking = false;
apiClient.manualAddressOnly = true;
apiClient.manualAddressOnly = false;
this.addApiClient(apiClient);