nymea / nymea-mqtt

Nymea MQTT broker
GNU General Public License v3.0
7 stars 4 forks source link

Fix a warning and improve debug print when a client times out #24

Closed mzanetti closed 1 year ago

mzanetti commented 1 year ago

Old code would implicitly delete the client by the call to abort() as well as scheduling a deleteLater() which caused a unexpeted null receiver warning.