You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chars /, + and # should not be allowed in endpoint parameters.
This is due to MQTT specifications. As + and # are used as wildcards and / is used as a path separator.
The chars
/,+and#should not be allowed in endpoint parameters.This is due to MQTT specifications. As
+and#are used as wildcards and/is used as a path separator.