reconnect to games when client reconnects

This commit is contained in:
BetaSteward 2011-07-04 15:15:05 -04:00
parent 1a43757ed0
commit b4b02d0f68
5 changed files with 100 additions and 63 deletions

View file

@ -106,6 +106,7 @@ public class Session {
callbackHandler.handleCallbackOneway(new Callback(call));
} catch (HandleCallbackException ex) {
logger.fatal("Session fireCallback error", ex);
kill();
}
}