fullstorydev / fullstorydev/grpcurl

Hanging on reflection when calling method

Open
#319 3 comments 2 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
12.8k
Forks
580
Avg merge
1h 8m
Merged PRs (30d)
5

Description

👋 I'm not sure if this is an issue with grpcurl or with my demo code (though I don't immediately see anything wrong with the latter).

I am running a very basic demo gRPC server in Node.js with server reflection implemented, and when attempting to call the demo greeter method in the server grpcurl seems to make a reflection request as expected first, but then leaves this connection open and never makes the actual method request.

The demo server I'm using is here: https://github.com/MattIPv4/node-grpc-server

gprcurl can successfully list all the services on the server, and list the methods of the greeter service, but fails on the final command to actually invoke the greeter method.

Any help would be much appreciated ❤️

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.