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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: