We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35635b6 commit 4d7f372Copy full SHA for 4d7f372
app/src/main/java/com/cooper/wheellog/GarminConnectIQ.java
@@ -495,7 +495,7 @@ public void stopWebServer() {
495
496
class GarminConnectIQWebServer extends NanoHTTPD {
497
public GarminConnectIQWebServer()throws IOException {
498
- super("localhost", 0); // 0 to automatically find an available ephemeral port
+ super("127.0.0.1", 0); // 0 to automatically find an available ephemeral port
499
start(NanoHTTPD.SOCKET_READ_TIMEOUT, false);
500
}
501
0 commit comments