ruby-mqtt icon indicating copy to clipboard operation
ruby-mqtt copied to clipboard

Add support for QoS 2

Open njh opened this issue 5 years ago • 4 comments

Support for local persistence for a message queue is a requirement before QoS 2 can be implemented.

njh avatar Mar 09 '20 18:03 njh

@eLocker-UK it would be useful to know why you require QoS 2 and what you use case is. One of the things I have struggled with a bit is working out an API for providing feedback when a publish fails.

njh avatar Mar 09 '20 18:03 njh

We use ruby-mqtt for test automation and we have a use case with QoS 2 to test. Unfortunately we can not, as it is not yet supported by ruby-mqtt.

When trying to use QoS anyway, i get this error: Connection error on publish: execution expired

Hope support for QoS2 is coming soon.

magynhard avatar Aug 10 '22 12:08 magynhard

Hi! Is there any chance for qos 2 support in the future? thanks!

ara-mark avatar Apr 19 '24 10:04 ara-mark