Handle<ClientBean> clientHandle = clientRegistry.registerExisting(client, clientUid);
channel.attr(ClientBean.HANDLE_KEY).set(clientHandle);
// also inform the login shard
loginShard.get().trigger(
new GSNotify_ClientConnected(
context.getUid(),
clientUid));
LOGGER.debug("Client connected to the mapshard successfully.");
}