Skip to content
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

fix codegen for services with multiple RPCs #166

Merged
merged 1 commit into from
Sep 29, 2020
Merged

Conversation

ccmtaylor
Copy link
Member

#132 introduced a bug that caused the code generator to emit bad code for services that expose multiple RPCs. This change fixes the error and adds a test case to avoid future regressions.

#132 introduced a bug that caused the code generator to emit
bad code for services that expose multiple RPCs. This change
fixes the error and adds a test case to avoid future regressions.
@ccmtaylor ccmtaylor requested review from dziemba and a team September 29, 2020 09:42
@ccmtaylor ccmtaylor added the bug Something isn't working label Sep 29, 2020
@ccmtaylor ccmtaylor merged commit c6e6841 into master Sep 29, 2020
@ccmtaylor ccmtaylor deleted the fix-codegen branch September 29, 2020 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants