dbosoft / YaNco

.NET SAP RFC API based on SAP Netweaver RFC SDK
MIT License
123 stars 15 forks source link

Bug fix: CachingConverterResolver concurrency #282

Closed fw2568 closed 8 months ago

fw2568 commented 8 months ago

The CachingConverterResolver sometimes throws on concurrent request. Code was updated to improve stability and to return a result even if cache update failed.

Cache was also updated to cache .NET type with full qualified assembly name.