Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.0.20 #25

Merged
merged 2 commits into from
Sep 18, 2023
Merged

v0.0.20 #25

merged 2 commits into from
Sep 18, 2023

Conversation

daveshanley
Copy link
Member

Addresses some core concurrency issues, #23 addresses some of them, still more work to be done but this should move the needly significantly.

…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 <dave@quobix.com>
Signed-off-by: Dave Shanley <dave@quobix.com>
@daveshanley daveshanley merged commit affb03c into main Sep 18, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant