From 1685fab216108a03ddaeb93afdfa4211c80889d5 Mon Sep 17 00:00:00 2001 From: Yihao Deng Date: Thu, 23 May 2024 07:58:15 +0000 Subject: [PATCH] refactor tranport --- source/libs/transport/src/transCli.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index f6e4c4ecf9..5c1b970ceb 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -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;