8000 fix: discovery cleanup and watchers continuity upon core install by Bikappa · Pull Request #2062 · arduino/arduino-cli · GitHub
[go: up one dir, main page]

Skip to content

fix: discovery cleanup and watchers continuity upon core install #2062

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: rm useless comment
  • Loading branch information
Luca Bianconi authored and Bikappa committed Mar 13, 2023
commit b73907b002f1435f7b80bd2ef0a8fa267bf66516
1 change: 0 additions & 1 deletion arduino/discovery/discoverymanager/discoverymanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ func (dm *DiscoveryManager) startDiscovery(d *discovery.PluggableDiscovery) (dis
go func(d *discovery.PluggableDiscovery) {
// Transfer all incoming events from this discovery to the feed channel
for ev := range eventCh {
// here from discovery to discovery manager
dm.feed <- ev
}
logrus.Infof("Discovery event channel closed %s. Exiting goroutine.", d.GetID())
Expand Down
0