Hope you are doing well. we are using "pahoMqttEXT to send/receive the messages to broker. but we are having some issues.
- We can Send message from broker using AXON function "pahoMqttPublishMsg({url:"localhost", topic: "a/b/c", msg:"abc"})".
But using this AXON function it creates new session on each Function Call. So, how we can use PahoMQTT Connection Reference in AXON function.
- When we send from Data point then it doesn't work and give onWrite() error in Debug Log.
Thanks