eclipse-paho / eclipse-paho/paho.mqtt.python
Persistent out messages
Open
Status: Available
Type: Enhancement
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 742
- Avg merge
- 12d 48m
- Merged PRs (30d)
- 1
Description
It looks like messages that are published while there was no connection to the broker are stored in memory only. I.e. not persisted to the disk.
If the paho client happens to restart (or the computer it runs on does), these will be lost.
I feel like if this was an issue, it would be already implemented. Am I the only one with a use case for persistent storage, or am I missing something?
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.