bluerhinos / phpMQTT

a simple php class to connect/publish/subscribe to a MQTT broker
Other
770 stars 461 forks source link

client IDs in examples are the same #11

Closed andysc closed 10 years ago

andysc commented 10 years ago

In the sample pub and sub clients, the client IDs are the same, so the subscriber gets kicked off the broker every time you publish, so you don't get the messages! Make them different :)

bluerhinos commented 10 years ago

Fixed, Added not saying they had to be unique