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

this lib not compatible with tokio 1.0 &tonic 0.4 #1

Closed
anlihust opened this issue Jan 22, 2021 · 0 comments · Fixed by #2
Closed

this lib not compatible with tokio 1.0 &tonic 0.4 #1

anlihust opened this issue Jan 22, 2021 · 0 comments · Fixed by #2

Comments

@anlihust
Copy link

anlihust commented Jan 22, 2021

in the example,this lib need the Incoming param

bug in tokio 1.0 has removed TcpListener::incoming() method, tokio-rs/tokio#2919
tokio 1.0 also remove implements Stream on TcpListener

how can I use this lib with tokio 1.0?

I use this lib to support self-signed certificate in tonic

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

Successfully merging a pull request may close this issue.

1 participant