feature(rpc): add retry

This commit is contained in:
yihaoDeng 2022-04-26 22:56:58 +08:00
parent 7a99ee14d2
commit 731dc4ff11
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ int cliAppCb(SCliConn* pConn, STransMsg* pResp, SCliMsg* pMsg) {
}
cliHandleReq(pMsg, pThrd);
// release pConn
addConnToPool(pThrd, conn);
addConnToPool(pThrd, pConn);
return -1;
}
}