keesschollaart81 / CaseOnline.Azure.WebJobs.Extensions.Mqtt

Mqtt Bindings for Azure Functions!
MIT License
63 stars 33 forks source link

Subscribe trigger using wildcard topic seems not to work #69

Closed JoostHazelzet closed 4 years ago

JoostHazelzet commented 4 years ago

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?

JoostHazelzet commented 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.