phpMQTT icon indicating copy to clipboard operation
phpMQTT copied to clipboard

msg recieved but no match in subscriptions

Open 233cy opened this issue 5 years ago • 3 comments

image @flurischt @bluerhinos @kuzmichus @alexandre-mbm @iMartyn

233cy avatar Oct 24 '19 06:10 233cy

What topics are you trying to subscribe to and publishing to

bluerhinos avatar Apr 19 '20 10:04 bluerhinos

I've noticed that this message is always logged, even when the subscription did match. I've made a pull request for this: #109

lunkkun avatar Sep 18 '20 10:09 lunkkun

This can be fixed by inserting at line 479: $found = true; // mark matched topic as found

anhlephuoc avatar Oct 01 '20 08:10 anhlephuoc