fix:modify offset description to string

This commit is contained in:
wangmm0220 2023-06-12 10:29:33 +08:00
parent 1903b815d4
commit ae85e5e0f6
1 changed files with 1 additions and 0 deletions

View File

@ -2139,6 +2139,7 @@ int32_t tmq_consumer_close(tmq_t* tmq) {
return rsp;
}
}
taosSsleep(2); // sleep 2s for hb to send offset and rows to server
int32_t retryCnt = 0;
tmq_list_t* lst = tmq_list_new();