ollej / GoldQuest

A simple multi-user co-op text based dungeon quest game with multiple client options.
MIT License
2 stars 0 forks source link

Synchronization issues between instances #10

Open ollej opened 13 years ago

ollej commented 13 years ago

Instances need to synchronize with each other.

Either just remove the caching of the Game object in the instance, or call seup() for each request.

ollej commented 13 years ago

Sync should be better now, as setup is called on every request.

There is still the problem of when a new request is started by another instance while the first instance is handling a reques.t