pub async fn new_model_server( data_rx: Receiver<(SendType, TimeDataPassthrough)>, addr: SocketAddr, ) -> Result<()>