未验证 提交 c6162895 编写于 作者: dengyihao's avatar dengyihao 提交者: GitHub

Merge pull request #11962 from taosdata/fix/fix-rpc-query

fix(rpc): query conn reused cause except
......@@ -161,8 +161,7 @@ static void cliWalkCb(uv_handle_t* handle, void* arg);
transUnrefCliHandle(conn); \
} \
if (T_REF_VAL_GET(conn) == 1) { \
SCliThrdObj* thrd = conn->hostThrd; \
addConnToPool(thrd->pool, conn); \
transUnrefCliHandle(conn); \
} \
destroyCmsg(pMsg); \
return; \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册