ora funziona
This commit is contained in:
parent
5117b28e2c
commit
e1b02284b6
4 changed files with 580 additions and 539 deletions
|
|
@ -21,10 +21,10 @@ public class JoinTimeout implements Callable<Boolean> {
|
|||
System.out.println("TIMEOUTTTT");
|
||||
|
||||
if(match.joinTimeout) {
|
||||
match.joinTimeout = false;
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
match.joinTimeout=true;
|
||||
return true;
|
||||
}
|
||||
} catch (InterruptedException e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue