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

gRPC throws not implemented error when method does not return #137

Open
k-gupta opened this issue Jun 19, 2020 · 0 comments
Open

gRPC throws not implemented error when method does not return #137

k-gupta opened this issue Jun 19, 2020 · 0 comments
Labels
bug Something isn't working M-grpc This issue is related to the gRPC module P2 Priority 2
Milestone

Comments

@k-gupta
Copy link
Contributor

k-gupta commented Jun 19, 2020

gRPC package throws an UNIMPLEMENTED error error when a function does not return a value back when it expects to return a value back.

Unimplemented error is confusing since the method is implemented but the server did not return a value even though it should have.

@plameniv plameniv added bug Something isn't working M-grpc This issue is related to the gRPC module labels Jun 25, 2020
@plameniv plameniv added this to the 1.3 milestone Jun 25, 2020
@sklose sklose modified the milestones: 1.3, 1.4 Oct 13, 2020
@plameniv plameniv added P1 Priority 1 P2 Priority 2 and removed P1 Priority 1 labels Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working M-grpc This issue is related to the gRPC module P2 Priority 2
Development

No branches or pull requests

3 participants