hirotakaster / MQTT

MQTT for Photon, Spark Core
Other
216 stars 118 forks source link

Topics should not start with '/' #37

Closed ganehag closed 7 years ago

ganehag commented 7 years ago

Topics should not start with a slash as this creates a zero character 'empty' topic at the front.

See for more details: http://www.hivemq.com/blog/mqtt-essentials-part-5-mqtt-topics-best-practices

hirotakaster commented 7 years ago

Hi @ganehag , Thank you for your pull request. I think following topic is better for example, can you change your pull request? outTopic -> outTopic/message inTopic -> inTopic/message

ganehag commented 7 years ago

True, it makes it a bit easier to read. I will change it.