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

handle except

上级 e8e6dc44
......@@ -265,7 +265,7 @@ _RETURN:
void cliHandleExcept(SCliConn* pConn) {
if (taosArrayGetSize(pConn->cliMsgs) == 0) {
if (pConn->broken == true && CONN_NO_PERSIST_BY_APP(pConn)) {
if (pConn->broken == true || CONN_NO_PERSIST_BY_APP(pConn)) {
transUnrefCliHandle(pConn);
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册