fix(stream): allow hb message rsp.

This commit is contained in:
Haojun Liao 2024-02-21 13:55:06 +08:00
parent d6f5ae226b
commit b27b635c10
1 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ static int32_t metaHeartbeatToMnodeImpl(SStreamMeta* pMeta) {
}
tEncoderClear(&encoder);
SRpcMsg msg = {.info.noResp = 1};
SRpcMsg msg = {0};
initRpcMsg(&msg, TDMT_MND_STREAM_HEARTBEAT, buf, tlen);
pMeta->pHbInfo->hbCount += 1;