fix no resp error
This commit is contained in:
parent
d1755fad24
commit
6c40af0059
|
@ -435,7 +435,7 @@ void cliHandleExceptImpl(SCliConn* pConn, int32_t code) {
|
|||
continue;
|
||||
}
|
||||
}
|
||||
if (cliAppCb(pConn, &transMsg, pMsg) != 0) {
|
||||
if (!REQUEST_NO_RESP(&pMsg->msg) && cliAppCb(pConn, &transMsg, pMsg) != 0) {
|
||||
return;
|
||||
}
|
||||
destroyCmsg(pMsg);
|
||||
|
|
Loading…
Reference in New Issue