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

mosquitto version:v1.5.4 describe:the server running mosquitto server reboot, client will reconnect server , this problem sometimes happen after server reboot a few seconds, and in mosquitto client log ,we find...

Component: libmosquitto
Component: Third party
Status: Needs info

when i test this library in android.i met some strange crash,firstly i think it's my code error,but when i enable asan build and i find two client library crash,so i...

Type: Bug
Component: libmosquitto
Status: Needs info

I'm pretty sure our server is properly running with encryption, because mqtt explorer will only connection with activated encryption. However, we get this when using `mosquitto_ctrl` to interact with the...

Type: Bug
Component: mosquitto-apps

We are integrating mosquitto as our MQTT broker and are currently working on using using the dynamic security control topic ($CONTROL/dynamic-security/v1) for configuring users/groups/roles/acls. The idea is to send a...

Component: mosquitto-broker

I cannot compile moquitto 1.6.15 for FritzBox, while I could compile 1.6.8 successfully. Error message is `macro "pthread_testcancel" passed 1 arguments, but takes just 0` ``` make[2]: Entering directory '/freetz/source/target-mipsel_gcc-4.6.4_uClibc-0.9.32.1/mosquitto-1.6.15/src'...

Type: Bug
Component: build

Currently I only run mosquitto broker(v1.6.10). I got the error: Address already in use. All printed as follows ![image](https://user-images.githubusercontent.com/88696397/146880255-3d83e705-5a49-4937-b61d-0171fe812504.png) The steps to reproduce are as follows. 1. Implement all functions...

When using a bridge connection with multiple addresses, if the primary address disconnects, it will only ever attempt to reconnect using the second address. The behaviour is identical with round_robin...

Type: Bug
Component: mosquitto-broker

This is shown in log : 1636686996: New connection from 192.168.1.10:58779 on port 1884. 1636686996: New connection from 192.168.1.10:52435 on port 1884. 1636686996: New connection from 192.168.1.10:53212 on port 1884....

Component: Third party

Hi! Do not know if this is a bug or fault configuration on my side. I have upgraded from 2.0.8 to 2.0.14 and saw that the the $SYS stats are...

Type: Bug
Component: mosquitto-broker
Status: Needs info

``` mosquitto_t * TLSInit(mosq_config_t * mConfig, void user_message_callback (void *f (mosquitto_t *,void *, const mosquitto_message_t *)), void * user_connect_callback) { int keepalive = 60; bool clean_session = true; printDivider(); mosquitto_t...

Component: Third party