Skip to content

Commit

Permalink
Merge pull request #3655 from kookxiang/auto-switch-server
Browse files Browse the repository at this point in the history
automatically switch to LocalAddress when accessible
  • Loading branch information
thornbill authored Sep 30, 2022
2 parents 48449b2 + 4746863 commit 1aaf25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ServerConnections.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class ServerConnections extends ConnectionManager {
);

apiClient.enableAutomaticNetworking = false;
apiClient.manualAddressOnly = true;
apiClient.manualAddressOnly = false;

this.addApiClient(apiClient);

Expand Down

0 comments on commit 1aaf25c

Please sign in to comment.