Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Dec 30, 2020
1 parent b7dd899 commit dec3817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homie-device/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dec3817

Please sign in to comment.