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

handle except

上级 2d0c5ff5
......@@ -389,6 +389,7 @@ static void addConnToPool(void* pool, SCliConn* conn) {
conn->status = ConnNormal;
// list already create before
assert(plist != NULL);
taosArrayClear(conn->cliMsgs);
QUEUE_PUSH(&plist->conn, &conn->conn);
assert(!QUEUE_IS_EMPTY(&plist->conn));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册