Don't close the stream (#1844)
This commit is contained in:
@@ -392,7 +392,6 @@ func (k *kubeStream) Stop() error {
|
||||
return nil
|
||||
default:
|
||||
close(k.stop)
|
||||
close(k.stream)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user