Merge pull request #506 from libp2p/marco/proto3

Recommend proto3
This commit is contained in:
Marco Munizaga
2023-01-23 10:24:22 -08:00
committed by GitHub
13 changed files with 33 additions and 3 deletions

View File

@@ -198,6 +198,8 @@ topic.
### Protobuf
```protobuf
syntax = "proto2";
message Message {
enum MessageType {
REGISTER = 0;