-
-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serialization / deserialization is not thread safe #921
Comments
Add related discussion link (#844) Currently I'm using the |
This will go out in the next release. |
Meir017
added a commit
to Meir017/sharpliner
that referenced
this issue
Nov 3, 2024
this also fixes some flakiness in the tests see aaubry/YamlDotNet#921
premun
pushed a commit
to sharpliner/sharpliner
that referenced
this issue
Nov 3, 2024
this also fixes some flakiness in the tests see aaubry/YamlDotNet#921
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Concurrently deserializing or serializing the same type from multiple threads can fail. Example stack trace:
To Reproduce
Serialize / deserialize objects of the same type from multiple threads using the same
Serializer
/Deserializer
See kubernetes-client/csharp#1537
The text was updated successfully, but these errors were encountered: