njouanin / hbmqtt

MQTT client/broker using Python asynchronous I/O
MIT License
800 stars 188 forks source link

Release 0.9.7 #218

Open Detegr opened 3 years ago

Detegr commented 3 years ago

I'm using 0.9.6 in a project, and it seems like it has multiple critical issues regarding asyncio correctness. The current master branch seems to fix those. Are you planning for 0.9.7 release soon?

pazzarpj commented 3 years ago

To confirm, I had a memory leak on an iot device due to a slow memory leak hbmqtt.client.MQTTClient.deliver_message that is solved in master but not latest release.

FlorianLudwig commented 3 years ago

This project is End of life, see: https://github.com/beerfactory/hbmqtt/issues/235

pazzarpj commented 3 years ago

Thanks @FlorianLudwig I'll check out amqtt