How to configure Protobuf
serializer/deserialzer configuration for messaging.
dotnet tool install --global protobuf-net.Protogen
cd HelloProtobuf/HelloProtobuf
~/.dotnet/tools/protogen *.proto --csharp_out=.
cd HelloProtobuf/HelloProtobuf.Host
dotnet run
Results
Start server.
HelloGrain: None,powerumc
cd HelloProtobuf/HelloProtobuf.Client
dotnet run
Results
Connected.
e8fbb1a9-2333-44fb-8bb0-034e08f48566: Hello None,powerumc