Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a render lock to stop concurrency from mashing up state in a sh…
…ared model. When using a shared model for validation, concurrency can cause state read and write to crash, this is because rendering sets flags on the structs to mark them as pre-rendered and this causes all kinds of problems. This lock now keeps things orderly when running concurrent requests for validation that require schema rendering. Signed-off-by: Dave Shanley <[email protected]>
- Loading branch information