I found it seems like memory leak when mosquitto_reconnect was used if TLS error. Plz reffer net_mosq.c line 880-901, version 1.4.14 while(packet->to_process > 0){ write_length = _mosquitto_net_write(mosq, &(packet->payload[packet->pos])...
I'm using mosquitto_reconnect_delay_set() but it does not seem to work as advertised. Both with exponential backof true and false it does not work, I see no backoff at all. steps to reproduce Before connecting I set: int ret = mosquitto_...
In int handle__publish(struct mosquitto *mosq) There is packet__read_string that returns (correctly) an error on malformed UTF8 in the topic string, but that should not make the connection reset I believe?Suggest maybe changing to packet__read_binary, i.e....
There is a behavior, that I did not expect. Not sure whether this is really a bug, or intended behavior. I am on version 2.0.11. This is what I do on client side, in order to connect to mosquitto broker: mosquitto_new mosquitto_int_optio...
mosquitto version: 2.0.15 system: Linux kernel 3.4.40 Hi, I use libmosquitto as MQTT client. One day, I found MQTT connection lost, I checked log that recorded a few reconnection events, but it stopped to reconnect with Unable to connect (Lookup error.) ...
windows mosquitto 2.0.17 There is a bridge Client001: remote_clientid MessagingBridgeClient001 address 10.0.1.32:1883 cleansession false topic RemoteEnda/+ both 2 bridge_protocol_version mqttv50 keepalive_interval 120 idle_timeout 3600 Server: persistent_client_expiration 3m persistence true autosave...
migrated from Bugzilla #487034 status RESOLVED severity normal in component Mosquitto client library for 1.4 Reported in version 1.4 on platform PC Assigned to: Roger Light Original attachment names and IDs: 020-fix_send_after_reconnect...