@@ -45,7 +45,7 @@ public class DipperPositionApplication { | |||||
//启动服务端 | //启动服务端 | ||||
ConfigurableEnvironment environment = applicationContext.getEnvironment(); | ConfigurableEnvironment environment = applicationContext.getEnvironment(); | ||||
DipperPositionServer nettyServer = new DipperPositionServer(environment); | DipperPositionServer nettyServer = new DipperPositionServer(environment); | ||||
nettyServer.start2(); | |||||
nettyServer.start(); | |||||
} catch (Exception e) { | } catch (Exception e) { | ||||
log.error(e.getMessage()); | log.error(e.getMessage()); | ||||
} | } | ||||
@@ -64,6 +64,7 @@ public class NettyServerHandler extends ChannelInboundHandlerAdapter { | |||||
//通知客户端链接建立成功 | //通知客户端链接建立成功 | ||||
// 默认返回取得时间成功 | // 默认返回取得时间成功 | ||||
String ackAckCheckRef = "233E0101020004020A1D"; | String ackAckCheckRef = "233E0101020004020A1D"; | ||||
// if (Integer.parseInt(nettyServerConfig.getPosAsycServerPort()) == channel.localAddress().getPort()) { | // if (Integer.parseInt(nettyServerConfig.getPosAsycServerPort()) == channel.localAddress().getPort()) { | ||||
// ackAckCheckRef = "233E010102000401091C"; | // ackAckCheckRef = "233E010102000401091C"; | ||||
// } | // } | ||||