-
The 4 reserved bits for PUBREL fixed header is supposed to be 0010, however the mqtt_cpp client is sending 1001. Is there something I am missing ?
-
**Describe the bug**
Paho code is crashing while accessing qoss list element in MQTTPacket_send_subscribe().
Connection with MQTTBroker was made with createOption where persistence was set to MQTTCL…
-
From this [paho.mqtt](MQTTClient) web page, it says MQTTClient-C does not support 5.0 version. I just want to cross-check once again paho is planned to release 5.0 c libraries in future?
-
my clang says "Undefined symbols". Does eMQTT5 support macOS?
```
Undefined symbols for architecture x86_64:
"Platform::free(void*, bool)", referenced from:
Network::Client::MQTTv5::conn…
-
Possible duplicate of https://github.com/vernemq/vernemq/issues/1703
### Environment
- VerneMQ Version:
1.12.3
- OS:
vernemq/vernemq:1.12.3 running under kubernetes
- VerneMQ configuration…
-
Hey, thanks for providing this excellent wrapper!
I was wondering when TSL support will be implemented.
As to the query: is there a possibility that Request will be implemented for MQTT3?
-
Hello everybody,
I'm encoutering a problem in customizing the Thingsboard IoT Gateway. I Installed on my mosquitto mqtt Broker a [message-timestamp](https://github.com/eclipse/mosquitto/tree/master…
-
`EMQX Version : 4.3.1`
`NATS Version: 2.2.2`
When I bridge EMQX to NATS, there is a protocol incompatibility problem。
From the status it looks like the bridge plugin is working properly.
`…
-
version: 4.2.1
If I publish a payload with the topic set and topicAlias set first, this error does not occur.
If I publish a payload to a topicAlias before it is set, the below error occurs
I…
-
Connecting with MQTT v5.0 to a broker that does not support MQTT v5.0, e.g. Mosquitto 1.5.9, results in the exception below. This assumes that the broker responds to the CONNECT packet with a MQTT v3.…