Merge pull request #3655 from kookxiang/auto-switch-server
automatically switch to LocalAddress when accessible
This commit is contained in:
@@ -58,7 +58,7 @@ class ServerConnections extends ConnectionManager {
|
||||
);
|
||||
|
||||
apiClient.enableAutomaticNetworking = false;
|
||||
apiClient.manualAddressOnly = true;
|
||||
apiClient.manualAddressOnly = false;
|
||||
|
||||
this.addApiClient(apiClient);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user