felix-laofan

Results 2 comments of felix-laofan

my code is this; Map roleMap = ZVertClusterManager.getInstance().getMgr() .getSyncMap(CoolGameMapKey.Role_Map_Key.getKey(role.getRid())); roleMap.put(VertShareMapKey.roleId, role.getRid()); roleMap.put(VertShareMapKey.sessionId, message.getSessionId()); int serverId = Config.getInt(Config.MY_SERVER_ID_KEY); int groupId = Config.getInt(Config.GROUP_ID); LogUtil.info("[%s][%s]",serverId,groupId); roleMap.put(VertShareMapKey.centerGroupId, groupId); roleMap.put(VertShareMapKey.centerServerId, serverId); // todo 此处如果有跨服战等功能。在登录时会通过redis检查数据 roleMap.put(VertShareMapKey.sceneGroupId,...