pub async fn start_with_latency_and_host( port: u16, host: &str, latency: Option<LatencyProfile>, ) -> Result<(), Box<dyn Error>>
Start WebSocket server with latency simulation and custom host