You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made CachedTypeInspector thread safe #386
Previously, using an instance of Serializer or Deserializer was not thread-safe,
although the intention was for them to be thread safe. The only mutable state is
inside CachedTypeInspector and was not properly protected against concurrent mutation.
Other fixes
Fix type conflicts when targeting frameworks without nullability attributes #460