-
Notifications
You must be signed in to change notification settings - Fork 229
Service stub method generates without rpc parameter sometimes. #427
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
Comments
Can subscribe to this, usually the first method in the stub is missing something |
Same here ! |
I found the issue or solution(?). @paul-HDD @adriangaro this should fix the missing parameters, never more than 1 capital letter in a row is my personal rule now |
Thanks @AlexanderZender ! Confirmed this work locally for me. |
Can confirm. The problem is the casing. For a MWE see #438 |
Will be fixed by #436 |
Co-authored-by: konstantin <[email protected]> Co-authored-by: James Hilton-Balfe <[email protected]> Fixes #427 Fixes #438
Co-authored-by: konstantin <[email protected]> Co-authored-by: James Hilton-Balfe <[email protected]> Fixes danielgtaylor#427 Fixes danielgtaylor#438
Co-authored-by: konstantin <[email protected]> Co-authored-by: James Hilton-Balfe <[email protected]> Fixes danielgtaylor#427 Fixes danielgtaylor#438
As the title says, got the following code generated,
generate_geo_condition_sql_request
missing from the method signature. From a quick look in code seems that sometimes the message does not exist inServiceMethodCompiler.request.all_messages
,py_input_message
returning none and thus the jinja template not writing it.Proto:
Other grpc services work fine so am not sure what is causing in this case. Betterproto version 2.0.0beta5
The text was updated successfully, but these errors were encountered: