Nathan Willoughby
Nathan Willoughby
This PR demonstrates that `KubernetesClientConfiguration.LoadKubeConfig` is not thread-safe due to YamlDotNot Deserializers. ``` Exception during deserialization at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer) at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType,...
**Describe the bug** `KubernetesClientConfiguration.LoadKubeConfig` is not thread-safe due to YamlDotNet Deserializer being used as a static PR with a test showing the issue https://github.com/kubernetes-client/csharp/pull/1536 ``` Exception during deserialization at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser...
# Background This PR adds support for WebSocket Services on net60. This will allow net60 Tentacles on Windows and Linux to support PollingOverWebSockets This does not change the Client requirements...