feature(rpc): add retry
This commit is contained in:
parent
7a99ee14d2
commit
731dc4ff11
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue