remove rpc close

This commit is contained in:
dapan1121 2022-06-05 10:18:03 +08:00
parent 9bd195d94d
commit 31f10572c4
1 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,8 @@ void destroyTscObj(void *pObj) {
closeAllRequests(pTscObj->pRequests);
schedulerStopQueryHb(pTscObj->pAppInfo->pTransporter);
if (0 == connNum) {
closeTransporter(pTscObj);
// TODO
//closeTransporter(pTscObj);
}
tscDebug("connObj 0x%" PRIx64 " destroyed, totalConn:%" PRId64, pTscObj->id, pTscObj->pAppInfo->numOfConns);
taosThreadMutexDestroy(&pTscObj->mutex);