fix(rpc): fix duplicat port error

This commit is contained in:
yihaoDeng 2022-04-27 15:00:45 +08:00
parent 5c025c0006
commit f6910e525a
1 changed files with 0 additions and 1 deletions

View File

@ -902,7 +902,6 @@ int cliAppCb(SCliConn* pConn, STransMsg* pResp, SCliMsg* pMsg) {
cliDestroy((uv_handle_t*)pConn->stream);
return -1;
}
} else if (pCtx->retryCount < TRANS_RETRY_COUNT_LIMIT) {
if (pResp->contLen == 0) {
pEpSet->inUse = (pEpSet->inUse++) % pEpSet->numOfEps;