phpMQTT
phpMQTT copied to clipboard
msg recieved but no match in subscriptions
@flurischt @bluerhinos @kuzmichus @alexandre-mbm @iMartyn
What topics are you trying to subscribe to and publishing to
I've noticed that this message is always logged, even when the subscription did match. I've made a pull request for this: #109
This can be fixed by inserting at line 479: $found = true; // mark matched topic as found