delete the first "/"
Opened this issue · 0 comments
s-psix commented
Hi guys. Some mqtt brokers require the prefix to start with "/". Winthing just cuts it off. For myself, I decided this so "// prefix = prefix.replaceFirst (" ^ / + "," ");"
But it would be nice to give more freedom to users.