JornWildt / Ramone

A C# client framework for consuming HTTP/REST services
Other
61 stars 11 forks source link

Fixes issue #58 #59

Closed cbra-mak closed 1 year ago

cbra-mak commented 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