auto switch between LocalAddress and ManualAddress

This commit is contained in:
kookxiang
2022-05-18 21:53:29 +08:00
committed by Bill Thornton
parent 48449b233f
commit 47468636de
+1 -1
View File
@@ -58,7 +58,7 @@ class ServerConnections extends ConnectionManager {
);
apiClient.enableAutomaticNetworking = false;
apiClient.manualAddressOnly = true;
apiClient.manualAddressOnly = false;
this.addApiClient(apiClient);