작성
·
337
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".