add time out

This commit is contained in:
yihaoDeng 2024-09-30 17:55:13 +08:00
parent f3dda4f779
commit d24dc87c80
1 changed files with 1 additions and 1 deletions

View File

@ -3558,7 +3558,7 @@ static void cliConnRemoveTimoutQidMsg(SCliConn* pConn, int64_t* st, queue* set)
break;
}
}
taosHashIterate(pConn->pQTable, pIter);
pIter = taosHashIterate(pConn->pQTable, pIter);
}
for (int32_t i = 0; i < taosArrayGetSize(pQIdBuf); i++) {