Closed mwizeman closed 4 years ago
Fix a threading issue when creating a cached version of a lazy property value. If two threads attempt to deserialize the value at the same time, there can be timing issues with the way the code sets the non-serialized value to null.
Fix a threading issue when creating a cached version of a lazy property value. If two threads attempt to deserialize the value at the same time, there can be timing issues with the way the code sets the non-serialized value to null.