Boshi Lian
Boshi Lian
tested `var result = await client.ListConfigMapForAllNamespacesWithHttpMessagesAsync(watch: true, labelSelector: "test-not-exist=val");` (no timeout param) locally cant repro looks like the connection is closed from server side, could you please do tcpdump to...
I mean it is a feature, not a bug the server side cut the connection because of `timeout` and you get eof exception because no more event coming.
the behavior is same in golang client the server side `cut` the connection and you will see `no more event` ``` opt := v1.ListOptions{ LabelSelector: "not-exists", Watch: true, TimeoutSeconds: new(int64),...
@nabsul let me know if you still have any idea about this issue I also revisited current impl, I believe the async foreach should yield break comparing to go impl...
checked swagger, it is defined as `string`
`DefaultMaxPayloadBytes = 32
It is true to encourage everyone to upgrade .net to 6 the reason net5 is still in current targeting is that some impl of netstandard2.1 is not as good as...
was thinking if to make automapper optional
@IvanJosipovic PRs of your idea are welcomed