whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

MQTT subscribe callback doesnt filter topics (?) #161

Closed gmenier closed 6 years ago

gmenier commented 6 years ago

When subscribing to different topics, it seems that any of the received topics triggers all the callbacks (for all topics). Tested on the last build for esp32 things (mqttspy + different brokers)

Regards Gildas

jolivepetrus commented 6 years ago

@gmenier,

Thanks for report this. It is solved in https://github.com/whitecatboard/Lua-RTOS-ESP32/commit/178cb7e2d3d39a18133fe73fefc193eef42274bc.

gmenier commented 6 years ago

Thank you ! It works now - you can close the issue I guess.