Don't close the stream (#1844)

This commit is contained in:
Asim Aslam
2020-07-15 14:44:31 +01:00
committed by GitHub
parent 68927e875b
commit 7d41c2224e
2 changed files with 5 additions and 2 deletions

View File

@@ -392,7 +392,6 @@ func (k *kubeStream) Stop() error {
return nil
default:
close(k.stop)
close(k.stream)
}
return nil
}