From 8ffa7f6e2479bd230add67f39b80a37e0a6c882b Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Mon, 14 Feb 2022 17:26:03 +0800 Subject: [PATCH] test --- source/libs/transport/src/transCli.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libs/transport/src/transCli.c b/source/libs/transport/src/transCli.c index 00d9174e76..68c353ec74 100644 --- a/source/libs/transport/src/transCli.c +++ b/source/libs/transport/src/transCli.c @@ -712,7 +712,6 @@ void rpcSendRecv(void* shandle, SEpSet* pEpSet, SRpcMsg* pReq, SRpcMsg* pRsp) { // pthread_mutex_lock(&thrd->msgMtx); // QUEUE_PUSH(&thrd->msg, &cliMsg->q); // pthread_mutex_unlock(&thrd->msgMtx); - // int start = taosGetTimestampUs(); transSendAsync(thrd->asyncPool, &(cliMsg->q));