|
|
@@ -124,6 +124,12 @@ public class NettyServerHandler extends ChannelInboundHandlerAdapter { |
|
|
|
// if (Integer.parseInt(posAsycServerPort) == channel.localAddress().getPort()) { |
|
|
|
|
|
|
|
//if (AST_POS_CMD.equals(recvmg)) { |
|
|
|
if (positionConfig != null) { |
|
|
|
log.info("config info is : " + positionConfig.getCenterProvinceFilePath() + positionConfig.getCenterProvince() + positionConfig.getIpPositionRequestPath() + |
|
|
|
positionConfig.getIpPositionRequestKey()); |
|
|
|
} else { |
|
|
|
log.info("positionConfig info is null!!!!!!!!!!!!!! "); |
|
|
|
} |
|
|
|
if (AST_POS_CMD.equals(msg)) { |
|
|
|
// channelAns = dipperAstPosAsyncTaskService.pushAstPos(ipAddress, |
|
|
|
// positionConfig.getCenterProvinceFilePath(), |
|
|
|