diff --git a/homie-device/src/lib.rs b/homie-device/src/lib.rs index f3e3e2b9..84e3c7e9 100644 --- a/homie-device/src/lib.rs +++ b/homie-device/src/lib.rs @@ -463,6 +463,8 @@ impl HomieDevice { property_id: &str, value: impl ToString, ) -> Result<(), ClientError> { + // TODO: If we are disconnected, just keep track of the latest value for each property to + // publish after reconnecting, rather than queuing these all up. self.state .lock() .await