作者 crossoverJie

remove todo

@@ -92,7 +92,6 @@ public class CIMClientHandle extends SimpleChannelInboundHandler<CIMResponseProt @@ -92,7 +92,6 @@ public class CIMClientHandle extends SimpleChannelInboundHandler<CIMResponseProt
92 reConnectManager = SpringBeanFactory.getBean(ReConnectManager.class) ; 92 reConnectManager = SpringBeanFactory.getBean(ReConnectManager.class) ;
93 } 93 }
94 LOGGER.info("客户端断开了,重新连接!"); 94 LOGGER.info("客户端断开了,重新连接!");
95 - // TODO: 2019-01-22 后期可以改为不用定时任务,连上后就关闭任务 节省性能。  
96 reConnectManager.reConnect(ctx); 95 reConnectManager.reConnect(ctx);
97 } 96 }
98 97