Hi Matrix Dev,
I believe it looks like MQTT Qos is currently using Qos 0, if possible
Can you add a function to change the QOS on the MQTT client component in runtime?
Regards
sandinug
can add change Qos mqtt client
-
- Posts: 14
- http://meble-kuchenne.info.pl
- Joined: Fri Dec 18, 2020 3:35 am
- Has thanked: 4 times
- Been thanked: 2 times
-
- Matrix Staff
- Posts: 1950
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 510 times
- Been thanked: 694 times
Re: can add change Qos mqtt client
Hello,
It looks like we specify MQTT v3.1 when performing a publish which is prior to the QoS functionality. I'll investigate and see if we can move the component to 3.1.1 which includes the QoS bits and also what additional this would require.
It looks like we specify MQTT v3.1 when performing a publish which is prior to the QoS functionality. I'll investigate and see if we can move the component to 3.1.1 which includes the QoS bits and also what additional this would require.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Matrix Staff
- Posts: 1528
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 212 times
- Been thanked: 353 times
Re: can add change Qos mqtt client
Just to add to this, the MQTT Client component used in Flowcode Web Developer already supports QoS (as a parameter in the macro to publish a message).