feat(rpc): move the check msgType to client build error

This commit is contained in:
Alex Duan 2022-12-21 12:20:26 +08:00
parent 15160544c5
commit 5ca52595ae
1 changed files with 1 additions and 1 deletions

View File

@ -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: