-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
AddrListener
should accept IntoSocketAddrs
#1959
Comments
|
Well I would usually have a list of Is that not something one should be doing? |
It certainly makes sense to listen on multiple addresses. I'd probably just multiple |
…rvice` The only important trait for a user is the `tower::Service` trait, which is now available also at `hyper::service::Service`. The other "trait aliases" are no longer publicly exported, as people thought they had to implement them. Also removes dependency on `tower-make`, which is trivial but otherwise shouldn't affect anyone. Closes #1959
…rvice` The only important trait for a user is the `tower::Service` trait, which is now available also at `hyper::service::Service`. The other "trait aliases" are no longer publicly exported, as people thought they had to implement them. Also removes dependency on `tower-make`, which is trivial but otherwise shouldn't affect anyone. Closes #1959
…rvice` The only important trait for a user is the `tower::Service` trait, which is now available also at `hyper::service::Service`. The other "trait aliases" are no longer publicly exported, as people thought they had to implement them. Also removes dependency on `tower-make`, which is trivial but otherwise shouldn't affect anyone. Closes #1959
…rvice` The only important trait for a user is the `tower::Service` trait, which is now available also at `hyper::service::Service`. The other "trait aliases" are no longer publicly exported, as people thought they had to implement them. Also removes dependency on `tower-make`, which is trivial but otherwise shouldn't affect anyone. Closes #1959
@seanmonstar just making sure, was that PR intended to close this? |
Hrm, nope, that was a typo :( However, I don't know what more to do with this issue. |
Its fine to keep it closed in that case. Thanks! |
What it says on the tin:
TcpListener
allows for multiple addresses to be provided. I haven’t looked too deeply into whetherAddrListener
is stuck with a single address, but if it isn’t it should support binding to multiple addresses!The text was updated successfully, but these errors were encountered: