eclipse / paho.mqtt-sn.embedded-c

Paho C MQTT-SN gateway and libraries for embedded systems. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
313 stars 179 forks source link

PUBLISH with QoS Level -1 not working #265

Open Chris-42 opened 1 year ago

Chris-42 commented 1 year ago

if I configure a predefined topic and try to publish with QOS -1 without connectiong as specified I get error message Error: MQTTSNGWClientRecvTask Client(192.168.1.119:10001) is not connecting. message has been discarded. Is this feature missing or have I some missing configuration?

it seems to work if the client was first connected once.

anshul7z commented 1 year ago

I am facing the same issue, can someone please provide any resolution.

trivialkettle commented 1 month ago

Did you configure your client to allow Qos-1 in clients.conf?

anshul7z commented 1 month ago

Did you configure your client to allow Qos-1 in clients.conf?

yes I do