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

This is using the current develop branch (279bd33759f2914749098ce7be236c218dd04d66). When trying to disconnect the mosq loop there is a crash because there are two threads trying to call net__socket_close on the...

With commit b99c89cfc965 ("Fix Websockets PING not being sent on Windows.") lib/net_mosq.c has been changed to use the new macro WINDOWS_SET_ERRNO directly after a connect() syscall at three locations. In...

Status: Available

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)....

Support MOSQ_ERR_AUTH_DELAYED for extended auth. Added `mosquitto_complete_extended_auth`, which optionally sends auth data. Sadly, there's a bit of code duplication between this and `handle__auth`. I wasn't sure if it was worth...

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)....

- [x] Have you signed the [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php), using the same email address as you used in your commits? - [x] Do each of your commits have a "Signed-off-by"...

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)....

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)....

Hello, this is my first pull-request. I want to add functionality to extended auth in client library. As i see there is no C lib with this feature. Tests are...

I can't provide the exact config or logs as it is, I am posting here to see if anyone experience the same issues We have a broker where we have...

Status: Available