handle except

This commit is contained in:
yihaoDeng 2022-03-20 19:17:51 +08:00
parent e657b37e41
commit e8e6dc44cc
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ static void uvHandleReq(SSrvConn* pConn) {
transMsg.handle = pConn;
}
STrans* pTransInst = pConn->hostThrd;
STrans* pTransInst = pConn->pTransInst;
(*pTransInst->cfp)(pTransInst->parent, &transMsg, NULL);
// uv_timer_start(&pConn->pTimer, uvHandleActivityTimeout, pRpc->idleTime * 10000, 0);
}