正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论