Register runner when starting script

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-09-04 17:36:21 +02:00
parent 059d5131e7
commit c38937f1cb
4 changed files with 93 additions and 6 deletions

View File

@@ -208,7 +208,7 @@ impl SupervisorClient {
.mycelium
.push_message(
&self.destination,
&self.topic,
&Self::encode_topic(self.topic.as_bytes()),
&payload_b64,
Some(reply_timeout_secs),
)