We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9ee4f commit a7c172bCopy full SHA for a7c172b
1 file changed
tx-client/src/main/java/com/codingapi/tx/netty/handler/TransactionHandler.java
@@ -75,6 +75,7 @@ public void channelActive(ChannelHandlerContext ctx) throws Exception {
75
logger.info("try connection -->" + ctx);
76
77
nettyControlService.uploadModelInfo();
78
+
79
//通道激活后进行心跳检查
80
SocketUtils.sendMsg(ctx, heartJson);
81
}
@@ -85,7 +86,7 @@ public void channelActive(ChannelHandlerContext ctx) throws Exception {
85
86
*
87
* @param ctx
88
* @param evt
- * @throws Exception
89
+ * @throws Exception 异常数据
90
*/
91
@Override
92
public void userEventTriggered(ChannelHandlerContext ctx, Object evt) throws Exception {
0 commit comments