Colon character (`:`) in topic causes publish to fail
kueblc opened this issue · 1 comments
kueblc commented
Colon (":"
) is a special character for mqttr
when subscribing to topics, but when publishing there should be no such restriction. I believe this is caused by publish
being passed mqttTopic(topic)
instead of topic
, which transforms the colon into "+".
Line 210 in 96c259b
As an aside, there should also be a way to escape a literal ":" when subscribing, if there isn't already.
taoyuan commented
This has been fixed in v3.0