TannerYoung
TannerYoung
The generated code can lead to problems where when creating a parent message with a child submessage the parent is modifiable but fields in the child are not. This forces...
From my experimentation I can't get the isolate to continue to run after the app is killed, please document if this is possible and if so how to achieve it....
``` syntax = "proto2"; package src.main.hello; message SayHelloRequest { optional string name = 1; } message SayHelloResponse { optional string message = 1; } service HelloWorldService { rpc SayHello (SayHelloRequest)...