Open ollej opened 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.
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
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.