提交 a9d24116 编写于 作者: D dapan1121

fix: fix tmq hb msg issue

上级 448fee17
...@@ -756,7 +756,7 @@ void tmqSendHbReq(void* param, void* tmrId) { ...@@ -756,7 +756,7 @@ void tmqSendHbReq(void* param, void* tmrId) {
} }
sendInfo->msgInfo = (SDataBuf){ sendInfo->msgInfo = (SDataBuf){
.pData = pReq, .pData = pReq,
.len = sizeof(SMqHbReq), .len = tlen,
.handle = NULL, .handle = NULL,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册