vue-paho-mqtt
vue-paho-mqtt copied to clipboard
Easy-to-use Paho MQTT client for Vue 3 with centralized subscription management, type support, and built-in optional alert notification library.
Hello, as I told you, I've just updated all the dependencies. In this update I've updated vitest, so I've patched the tests to get it working again. The two tests...
During the npm install, ask if the user wants to install a pre-configured sweetalert library for notifications. To lower the total size.
adding a possibility to connect different hosts at the same time.
Whenever a new version is published, automatically publish the package to npm registry.
While setting up a system with persistent connection, I noticed that there seems to be no option to configure the QoS for client subscriptions. With the `cleanSession: false` option in...
Currently your library supports automatically reconnecting to the MQTT broker. However there will be only ever be one reconnection attempt. If the reconnection attempt fails, the library will stop reconnecting...