Commit Graph

5 Commits

Author SHA1 Message Date
bsdnomad b059586d08
Allow broadcasting to a specific log channel (#40)
* Allow broadcasting to a specific log channel

* Fix  check condition

* Update src/ConnectionManager.php

* Update config/mqtt-client.php

---------

Co-authored-by: Namoshek <Namoshek@users.noreply.github.com>
2023-05-15 20:04:29 +02:00
iVampireSP.com fe0cb883e7
Add auto reconnect support (#31)
* Update mqtt-client.php

* Update ConnectionManager.php

* Update mqtt-client.php

* Update mqtt-client.php

* Update mqtt-client.php

* Update ConnectionManager.php

* Update mqtt-client.php

* Add and normalize auto-reconnect settings

* Add .gitkeep

* Remove .gitkeep

Co-authored-by: Marvin Mall <marvin-mall@msn.com>
2022-11-22 22:26:38 +01:00
Namoshek 78af7a1889
Update the package for v1 of the MQTT client (#1)
* Update composer packages and untrack composer.lock

* Update code and config for v1.0.0-rc1

* Use contract instead of implementation

* Update README.md
2021-01-05 17:05:06 +01:00
Namoshek ca2238c9b5 add connection manager and facade with implementation 2019-09-15 21:41:06 +02:00
Namoshek c0bc99c781 initial commit
setting up the project
2019-09-15 17:12:38 +02:00