Go to file
Dustin 6e8ba8b7b6 marionette: Handle unexpected disconnects
If the Marionette server closes the connection unexpectedly, it will
manifest as an empty message from the socket.  We need to handle this
and return an error, instead of causing a panic by attempting to read
from the empty buffer (by trying to create a slice with a negative
length).
2023-01-07 22:28:15 -06:00
src marionette: Handle unexpected disconnects 2023-01-07 22:28:15 -06:00
.gitattributes Initial commit 2022-12-30 09:10:05 -06:00
.gitignore Add basic MQTT client functionality 2022-12-30 13:49:01 -06:00
Cargo.lock Add Home Assistant integration 2023-01-07 17:21:17 -06:00
Cargo.toml Add Home Assistant integration 2023-01-07 17:21:17 -06:00
rustfmt.toml Initial commit 2022-12-30 09:10:05 -06:00