端口映射列表为空时不启动
This commit is contained in:
@@ -63,6 +63,9 @@ pub fn start_port_mapping(
|
|||||||
stop_manager: StopManager,
|
stop_manager: StopManager,
|
||||||
vec: Vec<(bool, SocketAddr, String)>,
|
vec: Vec<(bool, SocketAddr, String)>,
|
||||||
) -> anyhow::Result<()> {
|
) -> anyhow::Result<()> {
|
||||||
|
if vec.is_empty() {
|
||||||
|
return Ok(());
|
||||||
|
}
|
||||||
let runtime = tokio::runtime::Builder::new_multi_thread()
|
let runtime = tokio::runtime::Builder::new_multi_thread()
|
||||||
.enable_all()
|
.enable_all()
|
||||||
.thread_name("portMapping")
|
.thread_name("portMapping")
|
||||||
|
|||||||
Reference in New Issue
Block a user