grpc.io
grpc.io copied to clipboard
Basics tutorial issue
Please help clarify where this 'stub' variable is declare? I can't find it in the code. Document link: https://grpc.io/docs/languages/node/basics/
That looks like an error. It should say client like the other example requests do. You can see the call to client.getFeature here in the full example code. The client/stub is the object created in the "Creating a stub" section