u9n / mqtt-sn-gateway

An asyncio Python implementation of a MQTT-SN Gateway
MIT License
3 stars 2 forks source link

Correct handling of QoS-0 and QoS-1 #3

Closed Krolken closed 3 years ago

Krolken commented 3 years ago

As of now we are always sending messages (publish) to the MQTT-broker with QoS-1. This should be changed so that the actual message is sent with correct QoS.

As QoS -1 and QoS2 is not yet supported it should return an NOT_SUPPORTED error in those cases.