-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Upgrading to tonic-reflection 0.12 breaks reflection #1786
Comments
Probably related to: #1784 |
Just hit this limitation too, subscribing to the issue |
Tested tools not able to read reflection :
Tested tool able to read reflection :
|
Resolved at #1888. |
22 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
Prior V0.12 using client like grpcurl and evans cli has no problem
After upgrading issue , the is an issue on relection
I can still run client code without reflection without issue only reflection has issue.
Version
After upgrading to tonic-reflection 0.12
once i bumped it to 0.12
Platform
Im running on MacOS , but i also tested this on docker container on debian same issue.
Description
before upgrade . This code works
here is the build.rs
after upgrade all i get is
I dont know if im missing something but the error clearly says
failed to list services from reflection enabled gRPC server
The text was updated successfully, but these errors were encountered: