cookie-cutter icon indicating copy to clipboard operation
cookie-cutter copied to clipboard

gRPC throws not implemented error when method does not return

Open k-gupta opened this issue 4 years ago • 0 comments

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.

k-gupta avatar Jun 19 '20 01:06 k-gupta