fix: fix tmq hb msg issue

This commit is contained in:
dapan1121 2022-11-17 18:24:29 +08:00
parent 448fee1744
commit a9d2411642
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ void tmqSendHbReq(void* param, void* tmrId) {
}
sendInfo->msgInfo = (SDataBuf){
.pData = pReq,
.len = sizeof(SMqHbReq),
.len = tlen,
.handle = NULL,
};