mqtt single level(+) wild card
mqtt single level(+) wild card in the topic cannot be used. Mqtt messages are not received by esp8266 when publishing to topics with single level wildcards.
Could you please share your code and explain how do you reproduce it, so that I could easily do the same.
It's the same for me, try to subscribe a channel like test/foobar/+, '+' character is not handled, the mqtt topic parser is not finished as far as I know, check here https://github.com/cesanta/mongoose-os/blob/master/mongoose/mongoose.c#L10436
Right, confirmed.
Thank you @chaostheory88 for the elaboration.