Open howey opened 3 years ago
Hmm. that is really strange as you should at least see the grpc.reflection.v1alpha.ServerReflection
service too?
Nope, I don't see grpc.reflection.v1alpha.ServerReflection
either.
As another test I tried out grpcui
, and the issue is similar. To me it seems like there is a problem in a library that's used by Wombat
~/go/bin/grpcui -plaintext localhost:5000
Failed to compute set of methods to expose: Symbol not found: service_b.Service_B
I seem to suffer from the same issue, using V0.5.0. grpc_cli ls
shows all services, while wombat
only shows one of them. I hope the following screenshot is not too much obfuscated :-)
Can we enable "logging" or such for wombat to get to the culprit of it?
Hi all,
I have a server with two services: Service_A and Service_B. When I use reflection I can only see Service_A. I can see both services if I manually use the .proto files. Any idea what I'm doing wrong?
Using Wombat_v0.4.0_Linux_x86_64.tar.gz
Thanks
server.cpp:
service_b.proto:
service_a.proto:
Working with
grpc-client-cli
: