-
Notifications
You must be signed in to change notification settings - Fork 232
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
Add Socket::peek_sender()
#389
Conversation
1d5e20f
to
39f1a06
Compare
39f1a06
to
a721554
Compare
0f4d659
to
14ccde1
Compare
Signed-off-by: Austin Bonander <austin@launchbadge.com>
14ccde1
to
f202842
Compare
Thanks @abonander |
@Thomasdezeeuw do you know roughly how long until 0.5 is released? I could also put in a PR to backport this if you like. |
Don't really have an ETA, but I think the TODO list is shrinking. I'll see if I can release it this weekend, otherwise we can backport. |
The MSRV bump in 0.5 is unfortunately unacceptable for Tokio so it looks like I'll be backporting this anyway. |
Motivation: tokio-rs/tokio#5491