Bharath Yadavally
Results
12
comments of
Bharath Yadavally
In client.py, publish() is not accepting any timeout like `ack_timeout`. But, In handler.py ack_timeout can be passed to `mqtt_publish(self, topic, data, qos, retain, ack_timeout=None)`. I think `ack_timeout` param pass through...
I partially achieved http-proxy using a `https://github.com/eclipse/paho.mqtt.python` client. Still working on this! But worth trying. **Cons:** Not an async client like hbmqtt but wrapped with a async class wrapper to...