feat(rpc): move the check msgType to client build error
This commit is contained in:
parent
15160544c5
commit
5ca52595ae
|
@ -1424,7 +1424,7 @@ void processMsgFromServer(void* parent, SRpcMsg* pMsg, SEpSet* pEpSet) {
|
|||
memcpy((void*)tEpSet, (void*)pEpSet, sizeof(SEpSet));
|
||||
}
|
||||
|
||||
switch (pMsg->msg.msgType) {
|
||||
switch (pMsg->msgType) {
|
||||
case TDMT_VND_BATCH_META:
|
||||
case TDMT_VND_SUBMIT:
|
||||
case TDMT_SCH_QUERY:
|
||||
|
|
Loading…
Reference in New Issue