Assert.notNull(projCode, "连接superdiamond, projCode不能为空");
final String clientMsg = "superdiamond={\"projCode\": \"" + projCode + "\", \"profile\": \"" + profile + "\", "
+ "\"modules\": \"" + modules + "\", \"version\": \"1.1.0\"}";
try {
client = new Netty4Client(host, port, new ClientChannelInitializer(clientMsg));
if(client.isConnected()) {
String message = client.receiveMessage();
if(message != null) {