Jump to content

Question

Posted

Hello,

Some time when starting match teleport two teams to same arena. And i can't find problem.

here how work:

for (int i = 0; i < STADIUMS.length; i++)
				{
..
..
....
.....
if (STADIUMS[i].isFreeToUse()){
...
.....
.....
.......
	try
	{
       _olympiadInstances.put(i, new OlympiadGame(i, COMP_TYPE.NON_CLASSED,  nextOpponents(Olympiad.getRegisteredNonClassBased())));
       _gamesQueue.put(i, new OlympiadGameTask(_olympiadInstances.get(i)));
       STADIUMS[i].setStadiaBusy();
	}
.....
........

Why can set same stadium id? firstly it check is free or no, then if free set stadium to busy.

2 answers to this question

Recommended Posts

  • 0
Posted (edited)

frozen

 

What's your pack? maybe it's about synchronization in olympiad instances

and its synchronized

i see upper for (int i = 0; i < STADIUMS.length; i++)

public synchronized void run()
    {
Edited by wongerlt

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..