From db0c4a68fc356343b39009b26f146b6cc046736c Mon Sep 17 00:00:00 2001 From: Thomas Baust Date: Sun, 5 Dec 2021 12:27:29 +0100 Subject: [PATCH] small compiler fix --- src/MqttClient.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MqttClient.cpp b/src/MqttClient.cpp index c611968..e6e87bc 100644 --- a/src/MqttClient.cpp +++ b/src/MqttClient.cpp @@ -69,6 +69,7 @@ MqttClient::MqttClient(Client* client) : _cleanSession(true), _keepAliveInterval(60 * 1000L), _connectionTimeout(30 * 1000L), + _tx_payload_buffer_size(TX_PAYLOAD_BUFFER_SIZE), _connectError(MQTT_SUCCESS), _connected(false), _subscribeQos(0x00), @@ -79,8 +80,7 @@ MqttClient::MqttClient(Client* client) : _willBuffer(NULL), _willBufferIndex(0), _willMessageIndex(0), - _willFlags(0x00), - _tx_payload_buffer_size(TX_PAYLOAD_BUFFER_SIZE) + _willFlags(0x00) { setTimeout(0); } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy