We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222c2b5 commit 1779d49Copy full SHA for 1779d49
discovery.go
@@ -74,6 +74,7 @@ func GetNetworkList() ([]OsSerialPort, error) {
74
// wait for some kind of timeout and return arrPorts
75
select {
76
case <-timeout:
77
+ close(results)
78
return arrPorts, nil
79
}
80
0 commit comments