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

Make ConnectInfo work with ListenerExt::tap_io #3059

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Conversation

jplatte
Copy link
Member

@jplatte jplatte commented Dec 1, 2024

Fixes #3056.

I tried various ways of making the existing tokio-feature-flagged Connected impl generic over Listener instead. It worked but unfortunately stopped the legit Connected impl in the UDS example from compiling due to coherence. I could bypass that with a dummy generic parameter, but I don't think it's worth it.

@jplatte jplatte added this to the 0.8 milestone Dec 1, 2024
@jplatte jplatte requested review from yanns and mladedav December 1, 2024 11:50
@jplatte jplatte changed the title Remove unnecessary generic type bound Make ConnectInfo work with ListenerExt::tap_io Dec 1, 2024
@jplatte jplatte merged commit 9fab45a into main Dec 2, 2024
18 checks passed
@jplatte jplatte deleted the jplatte/fix-3056 branch December 2, 2024 07:36
ttys3 added a commit to ttys3/static-server that referenced this pull request Dec 4, 2024
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 this pull request may close these issues.

into_make_service_with_connect_info not compile anymore
2 participants