paho.mqtt.javascript
paho.mqtt.javascript copied to clipboard
Can't acknowledge an qos 1 message
A qos 1 message is expected to be acknowledged from a consumer, but this library has no acknowledge api for this.
There are 2 main Classes the API consits of
- Client
- Message
Having a deeper look onto the Message class you can find its properties. Under those a qos member is indeed considered
Protocol specific ack and other actions depending on qos level are handled automatically by the library. There is no need to take care by the user