fix(stream): invoke the timer when not sending hb.

This commit is contained in:
Haojun Liao 2023-08-24 18:27:09 +08:00
parent 82e356a9b5
commit 218e2cc5f3
1 changed files with 1 additions and 0 deletions

View File

@ -634,6 +634,7 @@ void metaHbToMnode(void* param, void* tmrId) {
} }
if (!readyToSendHb(&pMeta->hbInfo)) { if (!readyToSendHb(&pMeta->hbInfo)) {
taosTmrReset(metaHbToMnode, META_HB_CHECK_INTERVAL, pMeta, streamEnv.timer, &pMeta->hbInfo.hbTmr);
return; return;
} }