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

## Context I am running Mosquitto as MQTT broker and MQTT bridge in different configurations, fine so far. But in my setup always applies: Mosquitto is running behind a reverse...

Status: Available

Here's the test procedure: 1) A few msgs are published locally to the mosquitto broker with retain flag set, on 1-2 topics. The broker has a bridge configured in OUT...

Our program use mosquitto library to connect MQTT server. When we call mosquitto_loop(), this function may returns MOSQ_ERR_INVAL. And we find that mosq->sock is bigger than FD_SETSIZE(1024). if(mosq->sock >= FD_SETSIZE...

Mosquitto version: 1.6.15 Tested with latest mosquitto client library: 2.0.12 Platform: Linux We are using the mosquitto client library with the mosquitto_loop_start/stop mechanism for our implementation. When mosquitto_connect_async is called...

Component: libmosquitto
Status: On Hold

I have a broker with a bridge connection. When the connection to the bridge can't be established (out of wifi range), all incoming and outgoing messages will be stalled -...

Status: Available

Version: 28f9147 **Description:** The function ASN1_STRING_get0_data() can return NULL, so NULL checks are needed in: mqtt_protocol/mosquitto/src/handle_connect.c line 806 and mqtt_protocol/mosquitto/src/security_default.c line 1205 When X509_STORE_CTX_get_ex_data() returns NULL, the runtime ASAN Log...

Status: Available

Hi @ralight I am exploring the idea of adding a Raft-based consensus mechanism to Mosquitto, to provide clustered/distributed broker functionality. My questions are: + Would you be open to such...

Status: Available

Was there no specific topic for determining the client's online/offline status in Mosquitto 2.0.22? I looked up some information which stated that $SYS/broker/client/[clientid]/connected can indeed be used to determine whether...

Status: Available

Scenario Description: We have established a bridge connection between two MQTT brokers to facilitate data exchange. Under normal operation, data flows seamlessly between both brokers through the bridge. Issue Observed:...

Status: Available

Default installation of broker fails, connection refused, does not listen on any address but 127.0.0.1? Does this make sense? This was just recently discovered, this is not the past default...