Closed JoostHazelzet closed 4 years ago
I tested a bit more and created a standalone mqtt client based on MQTTnet (version 3.0.8) and MQTTnet.Extensions.ManagedClient (version 3.0.8). Also here the same behavior|: wildcards # and + are not picked up. So issue is caused in the MQTTnet, not in this extension. I close this issue.
I got the SimpleFunction example working to subscribe to an topic, let's say "my/topic/test". However if I set the topic to wildcard "my/topic/#" then the trigger does not pick up. Am I missing something?