Hello,
I think this is because the reflect api seems to not be available through our load balancer layer (cloudflare), the connection seems to keep hanging. We will try to investigate with them why.
You can directly use it using a go client with a proto and also using grpcurl but you need to provide a proto file.
Example with this project GitHub - tsaikd/go-grpc-echo: golang grpc echo example
grpcurl -proto pb/echo.proto <service>.koyeb.app:443 go_grpc_echo_pb.Echo.Send
{
"timestamp": "1687423038",
"hostname": "737d66cb",
...
}
I hope this help!
Bastien