refactor transport

This commit is contained in:
Yihao Deng 2024-07-03 08:01:48 +00:00
parent 620f4c5806
commit 4e3a785574
1 changed files with 3 additions and 0 deletions

View File

@ -1145,6 +1145,9 @@ static void cliHandleBatch_shareConnExcept(SCliConn* conn) {
transMsg.info.ahandle = pCtx->ahandle;
int32_t ret = cliAppCb(conn, &transMsg, pMsg);
if (ret != 0) {
return;
}
}
// SCliConn* conn = req->data;