mosquitto icon indicating copy to clipboard operation
mosquitto copied to clipboard

Eclipse Mosquitto - An open source MQTT broker

Results 512 mosquitto issues
Sort by recently updated
recently updated
newest added

Hi, I have seen som reports with similar behaviour when having notification_local_only true, but in my case I have notifications turned on both locally and remote. When shutting down remote...

``` hya@hya-TianYi510Pro-18ICB:~$ sudo service mosquitto restart Job for mosquitto.service failed because the control process exited with error code. See "systemctl status mosquitto.service" and "journalctl -xe" for details. hya@hya-TianYi510Pro-18ICB:~$ systemctl status...

Starting with v2.0.11 (and still present in 2.0.14), the following problem occurs: - Connect a Client which subscribes to "#" - Connect a second Client with a set Will, the...

Allow resolving hostnames before invoking mosquitto connect and pass hostname and address with mosquitto_add_hostaddress instead. This prevents that the internal dns resolving using getaddressinfo blocks the application for a few...

The current interface expects a file name for the key. This commit allows a PKCS11 URL to pass the setter validation. The API can be used as in this example:...

As discussed in my previous [PR](https://github.com/eclipse/mosquitto/pull/1683) (which I broke accidentally while force-pushing an unintended commit and subsequently closed that PR) Motivation: If you want to make a single publish to...

Thank you for contributing your time to the Mosquitto project! Before you go any further, please note that we cannot accept contributions if you haven't signed the [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php)....

Extend the mosquitto_connect* family of calls with the missing mosquitto_connect_bind_async_v5 to allow connecting to a broker asynchronously while specifying MQTT 5 options. Signed-off-by: Sebastian Schäfer Thank you for contributing your...

This feature adds support for unix domain socket based connection passing to allow an other process to pass already accepted connections to a running instance of mosquitto broker. In case...

The proposed change adds various configuration files to the cmake install target which can be used by find_package to determine how dependent packages can link to libmosquitto. See cmake-packages(7) for...