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

generated code is incompatible with tonic 0.13 #1264

Open
mikea opened this issue Mar 31, 2025 · 1 comment
Open

generated code is incompatible with tonic 0.13 #1264

mikea opened this issue Mar 31, 2025 · 1 comment

Comments

@mikea
Copy link

mikea commented Mar 31, 2025

Lost of things seem to break:

  • type alias tonic::body::BoxBody is private
  • varios unsatisfied trait bounds like:
    = note: the following trait bounds were not satisfied:
            `Channel: Service<tonic::codegen::http::request::Request<http_body_util::combinators::box_body::UnsyncBoxBody<prost::bytes::Bytes, Status>>>`

@caspermeijn
Copy link
Collaborator

I don't understand what this issue is. It seems to me this is a tonic issue.

Could you add instructions for how to reproduce this? The best way to do that is to add a test to the prost codebase.

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

No branches or pull requests

2 participants