fix(rpc):fix rpc fix

This commit is contained in:
yihaoDeng 2022-04-30 12:14:27 +08:00
parent 5126d06c36
commit aa1eace902
1 changed files with 1 additions and 1 deletions

View File

@ -937,7 +937,7 @@ int cliAppCb(SCliConn* pConn, STransMsg* pResp, SCliMsg* pMsg) {
tDeserializeSMEpSet(pResp->pCont, pResp->contLen, &emsg);
pCtx->epSet = emsg.epSet;
}
addConnToPool(pThrd, pConn);
addConnToPool(pThrd->pool, pConn);
tTrace("use remote epset, current in use: %d, retry count%d, try limit: %d", pEpSet->inUse, pCtx->retryCount + 1,
TRANS_RETRY_COUNT_LIMIT);