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

server-transports example does not compile #436

Open
tertsdiepraam opened this issue Nov 8, 2024 · 2 comments
Open

server-transports example does not compile #436

tertsdiepraam opened this issue Nov 8, 2024 · 2 comments

Comments

@tertsdiepraam
Copy link
Contributor

The server-transports example should compile with

cargo build --example server-transports --features="net unstable-server-transport"

but only compiles with 2 additional dev-dependencies and another feature flag:

cargo add --dev tracing_subscriber -F env-filter
cargo add --dev tokio_stream
cargo build --example server-transports --features="net unstable-server-transport unstable-client-transport"
@ximon18
Copy link
Member

ximon18 commented Nov 8, 2024

FYI #432 fixes a similar issue in the serve-zone example.

@tertsdiepraam
Copy link
Contributor Author

@ximon18 this was fixed by #432 as well right?

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