vrst37

Results 7 comments of vrst37

Hello guys, from what I can understand [here](https://github.com/eclipse/paho.mqtt.python/blob/4fa31585e501a4e5b5c0d91c2dd14a0f69a6f89c/src/paho/mqtt/client.py#L993) you can just set the timeout by setting the keepalive variable. Give it a shot and see what comes of it.

@PierreF @ralight what do you guys think about this? I think it makes sense, but I am not sure how many people will be affected by this.

While this is possible, why would you want to do this?? Imagine you block with a sleep(60) in on_message, then qos=1 ack is not sent to the broker. Then the...

I confirm the following behavior: **Persistent messages are only saved when send.py is operating on QOS=1.** I think as per spec, the sender QOS should have no impact on persistence...

Thanks for the reply @mcollina Do you think Aedes is production ready?

Hi, All we need to do it update the init file. from `__all__ = ['pyre', 'zbeacon', 'zhelper']` to `__all__ = ['pyre', 'Pyre', 'PyreEvent', 'zbeacon', 'zhelper']` Should I make a pull...

From my understanding the code is supposed to return 0. The intention is definitely to use the on_connect and on_disconnect callbacks. I think the behaviour might be residues from ancient...