-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
hi Jason:
I tried my app with postman according to your turorial, but i got an error as follows:
Proto file:
syntax = "proto3";
option java_multiple_files = true;
option java_package = "io.grpc.examples.helloworld";
option java_outer_classname = "HelloWorldProto";
option objc_class_prefix = "HLW";
package helloworld;
// The greeting service definition.
service Greeter {
// Sends a greeting
rpc SayHello (HelloRequest) returns (HelloReply) {}
}
// The request message containing the user's name.
message HelloRequest {
string name = 1;
}
// The response message containing the greetings
message HelloReply {
string message = 1;
}
Could you help me, please?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
