diff --git a/tokio_modbus-winets/src/service.rs b/tokio_modbus-winets/src/service.rs index c6dd333..c3f711b 100644 --- a/tokio_modbus-winets/src/service.rs +++ b/tokio_modbus-winets/src/service.rs @@ -11,7 +11,7 @@ where H: Into, { let host: String = host.into(); - Ok(Context::new(host).await?) + Context::new(host).await } #[derive(Debug)]