Skip to content

Commit 7ba400f

Browse files
author
jantje
committed
disabling the networkdiscovery did not really disable it
1 parent efe39e2 commit 7ba400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.core/src/cc/arduino/packages/discoverers/NetworkDiscovery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public static void start() {
107107
}
108108

109109
public static void stop() {
110-
timer.purge();
110+
timer.cancel();
111111
// we don't close each JmDNS instance as it's too slow
112112
}
113113

0 commit comments

Comments
 (0)