Results 1 comments of Denis

`WatchAsync()` returns `IAsyncEnumerable` and I expect that if there are no results (e.g. end of stream) method ends with `yield break` [as here](https://github.com/kubernetes-client/csharp/blob/master/src/KubernetesClient/Watcher.cs#L183). But now it raising an exception. >...