eclipse-paho / eclipse-paho/paho.mqtt.python
Publish global helper function: 'Single' and 'Multiple'
Open
Status: Available
Status: In Progress
Type: Question
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 742
- Avg merge
- 12d 48m
- Merged PRs (30d)
- 1
Description
In the 'single' or 'multiple' global helper functions for Publish, is there concern if it gets called every second? My system is having trouble with 'loop_start' or 'loop_forever' so I just opted to use the 'single' or 'multiple' helper functions instead. The only functionality needed for my system is for the topic and payload to be published every second. Given that the 'single' and 'multiple' helper functions connect and disconnect on each call, would calling it every second be ok?
Contributor guide
Assessment
This issue has not been assessed yet.