Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make JsonDiffer thread safe (#683)
Concurrent execution of JsonDiffer() on multiple threads causes ArgumentOutOfRangeException during Dispose(). Create new instance of JsonPatchDeltaFormatter for every call. Please refer to this issue: #682 --------- Co-authored-by: AVEVA\rajani.rao <[email protected]> Co-authored-by: Christoph Bühler <[email protected]>
- Loading branch information