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

Fix165 #226

Closed MBakerParagon closed 3 years ago

MBakerParagon commented 3 years ago

d91de457 accidentally got rid of the fix from 7aa44d94.

More info here.

https://github.com/eclipse/paho.mqtt-sn.embedded-c/commit/7aa44d94d1125074935a523303fe6f46eef70e14

The current state of both develop and master are back to the bug described in the link above. I just tested it and this fixes that behavior.

Before:

client wakes -> has a waiting message -> sends a pingreq -> the gateway responds with the waiting message

Now:

client wakes -> has a waiting message -> sends a pingreq -> the gateway responds with the waiting message ->gateway sends pingresp

MBakerParagon commented 3 years ago

"×Status message You successfully submitted an Eclipse Contributor Agreement"

MBakerParagon commented 3 years ago

Hope this helps. It's back to work for me. I should be covered be the legal agreements now.

MBakerParagon commented 3 years ago

3rd time IS the charm! If this doesn't work well I don't really have any more time to mess with this. I did git commit --amend --signoff so IDK what the deal is.

MBakerParagon commented 3 years ago

I'm going to try again with a fresh PR