added connection leasing + cleanup

This commit is contained in:
BetaSteward 2011-06-25 14:34:39 -04:00
parent b1408507cb
commit ade836c08a
12 changed files with 115 additions and 84 deletions

View file

@ -209,7 +209,7 @@ public class GameController implements GameCallback {
private void checkStart() {
if (allJoined()) {
ThreadExecutor.getInstance().getRMIExecutor().execute(
ThreadExecutor.getInstance().getCallExecutor().execute(
new Runnable() {
@Override
public void run() {