/// The socket address to bind
///
/// To bind multiple addresses this method can be called multiple times.
pub fn bind<A: net::ToSocketAddrs>(mut self, addr: A) -> io::Result<Self> {
/// The socket address to bind
///
/// To bind multiple addresses this method can be called multiple times.
pub fn bind<A: net::ToSocketAddrs>(mut self, addr: A) -> io::Result<Self> {
评论区
写评论谢谢,以前确实不清楚。新手。
--
👇
w: 如一楼所说,bind相关方法是都可以多次调用的。
在方法注释里也提到了这一点
楼主可以类似调用一下试试。
我使用的是3.0版本,不清楚低版本如何,如果没有解决问题的话可以尝试下so上的解决方法: https://stackoverflow.com/questions/59642576/run-multiple-actix-app-on-different-ports
谢谢 ,以前不知道。。单独写了一个做301跳转。。
--
👇
adoal: bind / bind_openssl / bind_rustls 不是可以调用多次的么
如一楼所说,bind相关方法是都可以多次调用的。
在方法注释里也提到了这一点
楼主可以类似调用一下试试。
我使用的是3.0版本,不清楚低版本如何,如果没有解决问题的话可以尝试下so上的解决方法: https://stackoverflow.com/questions/59642576/run-multiple-actix-app-on-different-ports
bind / bind_openssl / bind_rustls 不是可以调用多次的么