u9n/mqtt-sn-gateway

Correct handling of DUP in PUBLISH

Krolken opened this issue · 1 comments

As of now the DUP flag in the PUBLISH message is not used when sending PUBLISH to MQTT-broker. It should be used.

The underlying paho-mqtt interface does not expose the DUP flag.
Will ignore the dup in MQTT-SN messages.