handle except
This commit is contained in:
parent
e657b37e41
commit
e8e6dc44cc
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue