handle except

This commit is contained in:
yihaoDeng 2022-03-22 16:19:55 +08:00
parent 5e85c21f36
commit 28c930f920
1 changed files with 1 additions and 0 deletions

View File

@ -649,6 +649,7 @@ void cliHandleReq(SCliMsg* pMsg, SCliThrdObj* pThrd) {
cliSend(conn);
} else {
conn = cliCreateConn(pThrd);
transCtxMerge(&conn->ctx, &pCtx->appCtx);
transQueuePush(&conn->cliMsgs, pMsg);
conn->hThrdIdx = pCtx->hThrdIdx;