@Override
public void channelUnregistered(ChannelHandlerContext ctx) throws Exception {
super.channelUnregistered(ctx);
LobbySession session = getLobbySession(ctx);
Server.logger.info("channelUnregistered "+ctx+" "+session);
allClientChannels.remove(ctx.channel()); // TODO not sure if needed
server.closingConnection(session);