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

Fix for players joining at the same time #108

Closed
wants to merge 1 commit into from
Closed

Fix for players joining at the same time #108

wants to merge 1 commit into from

Conversation

ZakFahey
Copy link
Contributor

Players could join at the same time, and they'd get assigned the same slot. The lock statement prevents this. During testing the lock took around 2ms to complete, so reducing its scope doesn't seem to be necessary.

Players could join at the same time, and they'd get assigned the same slot. The lock statement prevents this. During testing the lock took around 2ms to complete, so reducing its scope doesn't seem to be necessary.
@hakusaro
Copy link
Member

As a result of the Mintaka work, this is no longer relevant.

@hakusaro hakusaro closed this Dec 14, 2016
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.

2 participants