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

Concurrency control #5

Open
roivaz opened this issue Jan 29, 2020 · 0 comments
Open

Concurrency control #5

roivaz opened this issue Jan 29, 2020 · 0 comments

Comments

@roivaz
Copy link
Member

roivaz commented Jan 29, 2020

There is no concurrency control implemented and operations are not atomic, which means that 2 requests could reach the server at the same time causing unexpected behavior (for example 2 requests to issue a certificate for the same user could cause unexpected results).

This is not something currently critical as the number of requests is very low and it's unlikely that two users send the same request at the same time, but would be nice to have.

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

No branches or pull requests

1 participant