Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC-support #3

Open
sepehr-nxp opened this issue Jan 27, 2025 · 2 comments
Open

RPC-support #3

sepehr-nxp opened this issue Jan 27, 2025 · 2 comments

Comments

@sepehr-nxp
Copy link

Is there support for RPC syntax? For instance:

// The greeter 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;
}

I cannot see Greeter service in generated code.

@YuhanLiin
Copy link
Owner

There's no RPC support unfortunately. It's not really in the scope of the project since I don't see RPC being useful in an embedded context.

@YuhanLiin
Copy link
Owner

What's your usecase?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants