We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5732909 commit 02f6d35Copy full SHA for 02f6d35
arduino/discovery/discoverymanager/discoverymanager.go
@@ -203,7 +203,6 @@ func (dm *DiscoveryManager) startDiscovery(d *discovery.PluggableDiscovery) (dis
203
go func(d *discovery.PluggableDiscovery) {
204
// Transfer all incoming events from this discovery to the feed channel
205
for ev := range eventCh {
206
- // here from discovery to discovery manager
207
dm.feed <- ev
208
}
209
logrus.Infof("Discovery event channel closed %s. Exiting goroutine.", d.GetID())
0 commit comments