enh(tsc): handle schedule error

This commit is contained in:
yihaoDeng 2022-09-13 19:05:35 +08:00
parent 990416d20d
commit b914e37874
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ void cliHandleResp(SCliConn* conn) {
}
if (CONN_NO_PERSIST_BY_APP(conn)) {
addConnToPool(pThrd->pool, conn);
return addConnToPool(pThrd->pool, conn);
}
uv_read_start((uv_stream_t*)conn->stream, cliAllocRecvBufferCb, cliRecvCb);