test
This commit is contained in:
parent
079bbb9fc6
commit
8ffa7f6e24
|
@ -712,7 +712,6 @@ void rpcSendRecv(void* shandle, SEpSet* pEpSet, SRpcMsg* pReq, SRpcMsg* pRsp) {
|
||||||
// pthread_mutex_lock(&thrd->msgMtx);
|
// pthread_mutex_lock(&thrd->msgMtx);
|
||||||
// QUEUE_PUSH(&thrd->msg, &cliMsg->q);
|
// QUEUE_PUSH(&thrd->msg, &cliMsg->q);
|
||||||
// pthread_mutex_unlock(&thrd->msgMtx);
|
// pthread_mutex_unlock(&thrd->msgMtx);
|
||||||
|
|
||||||
// int start = taosGetTimestampUs();
|
// int start = taosGetTimestampUs();
|
||||||
transSendAsync(thrd->asyncPool, &(cliMsg->q));
|
transSendAsync(thrd->asyncPool, &(cliMsg->q));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue