Merge pull request #359 from gmemcc/hotfix-closed-channel

fix close of closed channel
This commit is contained in:
Kubernetes Prow Robot
2019-10-24 20:57:38 -07:00
committed by GitHub
@@ -137,7 +137,7 @@ func (c *customPluginMonitor) monitorLoop() {
c.plugin.Stop()
glog.Infof("Custom plugin monitor stopped: %s", c.configPath)
c.tomb.Done()
break
return
}
}
}