fix(rpc): query conn reused cause except

This commit is contained in:
yihaoDeng 2022-04-27 18:50:35 +08:00
parent 347ce15f69
commit a7637cfcea
1 changed files with 1 additions and 2 deletions

View File

@ -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; \