提交 731dc4ff 编写于 作者: dengyihao's avatar dengyihao

feature(rpc): add retry

上级 7a99ee14
...@@ -913,7 +913,7 @@ int cliAppCb(SCliConn* pConn, STransMsg* pResp, SCliMsg* pMsg) { ...@@ -913,7 +913,7 @@ int cliAppCb(SCliConn* pConn, STransMsg* pResp, SCliMsg* pMsg) {
} }
cliHandleReq(pMsg, pThrd); cliHandleReq(pMsg, pThrd);
// release pConn // release pConn
addConnToPool(pThrd, conn); addConnToPool(pThrd, pConn);
return -1; return -1;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册