678 Views
But what if there are two simultaneous requests that use the same email address for two different customers? That would lead to a race condition where the email uniqueness check passes for both of these requests and the controller tries to update both of the customers.
0 comments