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

Identify synchronization issues #5

Open
ProjectMoon opened this issue Jan 27, 2010 · 0 comments
Open

Identify synchronization issues #5

ProjectMoon opened this issue Jan 27, 2010 · 0 comments
Labels

Comments

@ProjectMoon
Copy link
Owner

There are no doubt synchronization issues in the current code. Commands are synchronized on the command object, but things like getting an item, for example, are not necessarily synchronized. It may be quite possible for two people to wind up with the same item reference in their inventory. These areas need to be identified and locked as appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant