acl
{allow, {username, {re, "^dashboard$"}}, subscribe, ["$SYS/#"]}.
{deny, all, subscribe, ["$SYS/#", {eq, "#"}, {eq, "+/#"}]}.
{deny, all}.
clientid: aab/ccc
username: deviceKey001
重启emqx了。
testtopic/# 不能订阅,但在前面加$,变成$testtopic/#就能订阅了。
不是应该都不能订阅吗?