You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a protobuf file with a single service. When running with v1.1.0 I get the expected behaviour, but with v1.1.1 there seems to have been a regression, as I get an Unable to find any service in proto file error message when running grpcc -p ./my-proto-file.proto -a 127.0.0.1:3456.
At first glance, maybe this line needs to be updated to have the second argument?
The text was updated successfully, but these errors were encountered:
Same regression, different way to reproduce it - I include another file with another service to access its messages and it only finds what's in the included file rather than what's in the file passed as the arg.
I've got a
protobuf
file with a single service. When running with v1.1.0 I get the expected behaviour, but with v1.1.1 there seems to have been a regression, as I get anUnable to find any service in proto file
error message when runninggrpcc -p ./my-proto-file.proto -a 127.0.0.1:3456
.At first glance, maybe this line needs to be updated to have the second argument?
The text was updated successfully, but these errors were encountered: