From 7e6748ad15b4ec1c49580c1b056db15101f749ef Mon Sep 17 00:00:00 2001 From: Gregor Reitzenstein Date: Thu, 17 Sep 2020 14:34:57 +0200 Subject: [PATCH] =?UTF-8?q?Error=20is=20not=20Send=20=C2=AF\(=E3=83=84)/?= =?UTF-8?q?=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/shelly.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/shelly.rs b/src/modules/shelly.rs index c51ceb8..2db6be8 100644 --- a/src/modules/shelly.rs +++ b/src/modules/shelly.rs @@ -30,6 +30,7 @@ struct Shelly { } impl Shelly { + // Can't use Error, it's not Send. fabinfra/fabaccess/bffh#7 pub async fn new(config: Settings) -> ActBox { let client = mqtt::AsyncClient::new(config.shelly.unwrap().mqtt_url).unwrap();