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 __call_rpc__ fallback function params #366

Conversation

ZhengQingchen
Copy link
Contributor

When I ran dialyzer for my project, I came across this error.

lib/grpc/server.ex:6:no_return
Function __call_rpc__/2 only terminates with explicit exception.

After checking the __call_rpc__/2 function, we found the fallback function does not match the generated function __call_rpc__/3

@polvalente polvalente merged commit 4e825db into elixir-grpc:master May 28, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants