reset timeout
This commit is contained in:
parent
9a480e0597
commit
2b466765a1
|
@ -744,6 +744,9 @@ void cliConnCheckTimoutMsg(SCliConn* conn) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
code = cliConnRemoveTimeoutMsg(conn);
|
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);
|
// QUEUE_INIT(&set);
|
||||||
// SListFilterArg arg = {.id = 0, .pInst = pInst};
|
// SListFilterArg arg = {.id = 0, .pInst = pInst};
|
||||||
// transQueueRemoveByFilter(&conn->reqsSentOut, filterToRmTimoutReq, &arg, &set, -1);
|
// transQueueRemoveByFilter(&conn->reqsSentOut, filterToRmTimoutReq, &arg, &set, -1);
|
||||||
|
|
Loading…
Reference in New Issue