mgdm / Mosquitto-PHP

A wrapper for the Eclipse Mosquitto™ MQTT client library for PHP.
BSD 3-Clause "New" or "Revised" License
535 stars 147 forks source link

$c->publish('mgdm/test', 'Hello', 2); #91

Closed SanUSB closed 5 years ago

SanUSB commented 6 years ago

QoS=2.

mgdm commented 5 years ago

Thanks for pointing that out - I've since rewritten the code a little to improve it, which incorporates that fix.