Closed
Description
Describe the bug
A clear and concise description of what the bug is.
Kubernetes C# SDK Client Version
13.0.1
Server Kubernetes Version
1.23.0
Dotnet Runtime Version
net8
To Reproduce
Expected behavior
WatchAsync
WatchNamespacedAsync
Both methods accept onError
callback and cancellation token as parameters but they're not later passed into underlying watcher
Expected
return respTask.WatchAsync<T, T>(onError, cancellationToken);
KubeConfig
not relevant
Where do you run your app with Kubernetes SDK (please complete the following information):
not relevant
Additional context
Metadata
Metadata
Assignees
Labels
No labels