cookie-cutter
cookie-cutter copied to clipboard
gRPC throws not implemented error when method does not return
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.