pub fn check_port_availability(
port_option: &PortRange,
nodes: &[NodeServiceData],
) -> Result<()>
Expand description
Make sure the port is not already in use by another node.
pub fn check_port_availability(
port_option: &PortRange,
nodes: &[NodeServiceData],
) -> Result<()>
Make sure the port is not already in use by another node.