eclipse-paho / eclipse-paho/paho.mqtt.python
Client ID should be rejected if not UTF-8 encoded string
Open
Type: Enhancement
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 742
- Avg merge
- 12d 48m
- Merged PRs (30d)
- 1
Description
Spec says: [MQTT-3.1.3-4] Client Id must be UTF-8 encoded string.
In `Client.__init__`, any non-string input is accepted without checks.
Contributor guide
Assessment
This issue has not been assessed yet.