handle except

This commit is contained in:
yihaoDeng 2022-03-16 22:08:47 +08:00
parent 1d8ffd9581
commit 6d6a177eeb
1 changed files with 2 additions and 1 deletions

View File

@ -455,7 +455,8 @@ static bool cliHandleNoResp(SCliConn* conn) {
}
if (res == true) {
if (cliMaySendCachedMsg(conn) == false) {
addConnToPool(conn->hostThrd, conn);
SCliThrdObj* thrd = conn->hostThrd;
addConnToPool(thrd->pool, conn);
}
}
}