eclipse-paho / eclipse-paho/paho.mqtt.python
So client.publish() invoked from any thread but main, just fails with no warning or exception?
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 742
- Avg merge
- 12d 48m
- Merged PRs (30d)
- 1
Description
So client.publish() invoked from any thread but main, just fails with no warning or exception? This is documented via many individuals, all over google. CAN WE GET THIS FIXED???
If I invoke client.publish() on the main thread of my python script, but if client.publish is called by any other thread, nothing happens, it the publish is NEVER sent to the broker.
The on_publish call back fires, a message id is returned that the publish was generated, but the broker never gets the message, have confirmed this behavior. If take the exact same code, and invoke it only on the main thread, everything works! CAN WE GET THIS FIXED????
Contributor guide
Assessment
This issue has not been assessed yet.