인프런 커뮤니티 질문&답변
31:49초 에서도 GenPacket.bat 실행 시 오류 발생합니다
작성
·
445
0
오류내용 :
Protocol.proto:8:3: "C_CHAT" is already defined in "Protocol".
Protocol.proto:8:3: Note that enum values use C++ scoping rules, meaning that enum values are siblings of their type, not children of it. Therefore, "C_CHAT" must be unique within "Protocol", not just within "MsgId".
Protocol.proto:9:3: "S_CHAT" is already defined in "Protocol".
Protocol.proto:9:3: Note that enum values use C++ scoping rules, meaning that enum values are siblings of their type, not children of it. Therefore, "S_CHAT" must be unique within "Protocol", not just within "MsgId".




