reset timeout

This commit is contained in:
yihaoDeng 2024-10-14 19:20:38 +08:00
parent 9a480e0597
commit 2b466765a1
1 changed files with 3 additions and 0 deletions

View File

@ -744,6 +744,9 @@ void cliConnCheckTimoutMsg(SCliConn* conn) {
return;
}
code = cliConnRemoveTimeoutMsg(conn);
if (code != 0) {
tDebug("%s conn %p do remove timeout msg since %s", CONN_GET_INST_LABEL(conn), conn);
}
// QUEUE_INIT(&set);
// SListFilterArg arg = {.id = 0, .pInst = pInst};
// transQueueRemoveByFilter(&conn->reqsSentOut, filterToRmTimoutReq, &arg, &set, -1);