Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIXED] Fix unsupported MQTT topic characters error message (#4903)
Previously ' ' and '.' were not supported for MQTT topics until [#4243](#4243) brought in support for '.'. However the error message for unsupported characters appears to not have been updated. This simply updates the error message. Had an example of a MQTT client trying to connect to `spBv1.0/Field Devices` and the error message indicated that both '.' and ' ' were unsupported which was misleading as only ' ' is unsupported. Signed-off-by: Tom Hollingworth <tom.hollingworth@spruiktec.com>
- Loading branch information