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

conn timeout refactor

上级 174ba6ad
......@@ -477,7 +477,7 @@ void cliConnTimeout(uv_timer_t* handle) {
taosArrayPush(pThrd->timerList, &conn->timer);
conn->timer = NULL;
cliHandleExceptImpl(conn, TSDB_CODE_RPC_TIMEOUT);
cliHandleExceptImpl(conn, -1);
}
void cliReadTimeoutCb(uv_timer_t* handle) {
// set up timeout cb
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册