Tags: php-mqtt/client
Tags
Added support for TLS ALPN to connect via MQTT protocol to a TLS encr… …ypted HTTP port 443 (#181) * Update ConnectionSettings.php added TLS ALPN option * Update MqttClient.php Added TLS ALPN option to the TLS options * Update MqttClient.php * Update README.md Added TLS ALPN to the ConnectSettings options
Add connected event (handler) (#152) * Added an connected event (handler list) * Prevent adding duplicated subscriptions * Fix phpcs * Pass info to connected event handlers if is auto-reconnect * Prevent double subscriptions in MemoryRepository * Add tests for the new connected event handlers * Revert "Fix phpcs" This reverts commit 10a9d42. * Remove trailing whitespace --------- Co-authored-by: Marvin Mall <[email protected]>
Bump sonarsource/sonarcloud-github-action from 1.6 to 1.7 (#125) Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 1.6 to 1.7. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](SonarSource/sonarcloud-github-action@v1.6...v1.7) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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]>
PreviousNext