Closed cbra-mak closed 1 year ago
Fixed concurrency error in XmlSerializerCodec. The Dictionary used to share codecs was not protected against concurrent writes. Exhanged the Dictionary with a ConcurrentDictionary
Fixed concurrency error in XmlSerializerCodec. The Dictionary used to share codecs was not protected against concurrent writes. Exhanged the Dictionary with a ConcurrentDictionary