ora funziona

This commit is contained in:
Lorenzo Iovino 2017-07-13 15:43:42 +02:00
parent 5117b28e2c
commit e1b02284b6
4 changed files with 580 additions and 539 deletions

View file

@ -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) {