mqtt-react-hooks icon indicating copy to clipboard operation
mqtt-react-hooks copied to clipboard

messages are not deleted from store with mqtt 4.3.5 as dependency

Open turingmachine opened this issue 3 years ago • 0 comments

mqtt-react-hooks declares the dependency for mqtt as "^4.2.8", which at the time of writing will install mqtt 4.3.5 on a fresh installation. This results in published messages not being deleted from the outgoing mqtt.Store with qos 1, even if PUBACK is received. Forcing the dependency to mqtt 4.2.8 resolves the problem.

turingmachine avatar Feb 17 '22 15:02 turingmachine