refactor transport
This commit is contained in:
parent
620f4c5806
commit
4e3a785574
|
@ -1145,6 +1145,9 @@ static void cliHandleBatch_shareConnExcept(SCliConn* conn) {
|
||||||
transMsg.info.ahandle = pCtx->ahandle;
|
transMsg.info.ahandle = pCtx->ahandle;
|
||||||
|
|
||||||
int32_t ret = cliAppCb(conn, &transMsg, pMsg);
|
int32_t ret = cliAppCb(conn, &transMsg, pMsg);
|
||||||
|
if (ret != 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// SCliConn* conn = req->data;
|
// SCliConn* conn = req->data;
|
||||||
|
|
Loading…
Reference in New Issue