I’m using the C# HiveMQ client for my testing and I have another client that is not a hiveMQ client that is having the same issue. The cloud web client does not have the issue.
The issue is that if I create a “Permission” with a topic filter of anything other than # , then any client (except the web client) cannot connect. In the HiveMQ C# client I get a response back from ConnectAsync of Not Authorized.
I’ve verified and re-verified everything. The only difference is the topic filter in the Permission. Any suggestions would be greatly appreciated.