eclipse-paho / eclipse-paho/paho.mqtt.python
problem with sending MQTT PUBLISH when using multiprocessing
Open
Type: Enhancement
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 742
- Avg merge
- 12d 48m
- Merged PRs (30d)
- 1
Description
Hi!
In my code I am able to send Publish from the main thread, but when I use multiprocessing, the logger shows that the message was published, but the broker doesn't get any message.
The publish result code is zero.
Is it wanted behaviour? Or I am doing something wrong?
Contributor guide
Assessment
This issue has not been assessed yet.