Merge branch 'master' of https://git.loafle.net/overflow/probe
This commit is contained in:
commit
d8879bb9d1
|
@ -167,6 +167,9 @@ func (s *ContainerService) refreshContainer(containerType occp.ContainerType) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cs.cmd.Process.Kill()
|
||||||
|
cs.cmd = nil
|
||||||
|
|
||||||
delete(s.connectorMap, cs.client.Connector)
|
delete(s.connectorMap, cs.client.Connector)
|
||||||
err := cs.client.Stop(context.Background())
|
err := cs.client.Stop(context.Background())
|
||||||
if nil != err {
|
if nil != err {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user