We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do I communicate with GO
The text was updated successfully, but these errors were encountered:
class GreeterStub:
def __init__(self, channel: grpclib.client.Channel) -> None: self.SayHello = grpclib.client.UnaryUnaryMethod( channel, '/helloWorld.Greeter/SayHello', helloworld_pb2.HelloRequest, helloworld_pb2.HelloReply, )
自动生成的文件,路径变成小写了
helloworld修改为helloWorld,可以啦
Sorry, something went wrong.
gh:vmagamedov/grpclib/.../helloworld.proto and gh:grpc/grpc-go/.../helloworld.proto are basically the same. You should be able to run examples from both projects in any combination.
Here is how to run grpclib examples: https://github.com/vmagamedov/grpclib/tree/master/examples.
grpclib
No branches or pull requests
How do I communicate with GO
The text was updated successfully, but these errors were encountered: