hack3nberg

Results 1 issues of hack3nberg

When using `_, _, w, _ := watch.NewIndexerInformerWatcher()`, `w.ResultChan()` is not being closed at the end, after calling `w.Stop()`. So a range loop like this will never end. ```go for...