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

Account creation race condition #10

Open
willjvsmith opened this issue Nov 22, 2018 · 1 comment
Open

Account creation race condition #10

willjvsmith opened this issue Nov 22, 2018 · 1 comment
Labels
wontfix This will not be worked on

Comments

@willjvsmith
Copy link
Member

This only applies if there is more than one instance of the server. If two (or more) users try to create an account with the same username at the same time, there is a chance that both will get the all clear after checking if the username already exists and create an entry in the account table, resulting in two rows having the same username.

@willjvsmith willjvsmith added the wontfix This will not be worked on label Nov 22, 2018
@willjvsmith
Copy link
Member Author

Same issue with creating user_id and pair_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant