refactor tranport

This commit is contained in:
Yihao Deng 2024-05-23 07:58:15 +00:00
parent a0abe67432
commit 1685fab216
1 changed files with 5 additions and 4 deletions

View File

@ -1806,10 +1806,11 @@ static void cliBatchDealReq(queue* wq, SCliThrd* pThrd) {
SCliMsg* pMsg = QUEUE_DATA(h, SCliMsg, q);
if (pMsg->type == Normal) {
cliBuildBatch(pMsg, h, pThrd);
count++;
}
// if (pMsg->type == Normal) {
// cliBuildBatch(pMsg, h, pThrd);
// continue;
// // count++;
// }
if (pMsg->type == Normal && REQUEST_NO_RESP(&pMsg->msg)) {
cliBuildBatch(pMsg, h, pThrd);
continue;