Closed
Description
We are using Watch to wait for pod completion, but in some cases we miss the completion event.
var pods = client.ListNamespacedPodWithHttpMessagesAsync(config.Namespace, watch: true, fieldSelector: $"metadata.name={pod}");
pods.Watch<V1Pod, V1PodList>((type, item) =>..., ..., ...);
We don't see OnClose or OnError firing when this happens. The first few events are arriving correctly.
Could this be that the underlying connection breaks for some reason, but the stream does not notice it?
Metadata
Metadata
Assignees
Labels
No labels