diff --git a/sphinx-key/src/conn/mqtt.rs b/sphinx-key/src/conn/mqtt.rs index 69c21fd..0bca42d 100644 --- a/sphinx-key/src/conn/mqtt.rs +++ b/sphinx-key/src/conn/mqtt.rs @@ -78,7 +78,7 @@ pub fn start_listening( client.subscribe(TOPIC, QoS::AtMostOnce)?; client.publish( - TOPIC, + RETURN_TOPIC, QoS::AtMostOnce, false, format!("Hello from {}!", CLIENT_ID).as_bytes(),