Unable to use the newly added fields in proto files using bloomrpc · Issue #354 · bloomrpc/bloomrpc
Say the proto had message as below message EvaluateRequest { RequestContext request_ctx = 1; RequestInfo request_info = 2; } It was imported and used in bloomRPC. After which it has been updated as...