You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor MQTT client loop implementation to allow easier integration with third party event loops (#115)
* Refactor MQTT client loop implementation
This refactoring add a loopOnce method to MqttClient class. This method allows the MQTT client implementation to be integrated to an event loop (like ReactPHP - Ratchet).
* Update loopOnce documentation
* Add method to interface, refactor and reformat code
Co-authored-by: Marvin Mall <[email protected]>
0 commit comments