We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615677e commit b4813c7Copy full SHA for b4813c7
src/MqttClient.cpp
@@ -70,6 +70,9 @@ MqttClient::MqttClient(Client& client) :
70
_connected(false),
71
_subscribeQos(0x00),
72
_rxState(MQTT_CLIENT_RX_STATE_READ_TYPE),
73
+ _txBufferIndex(0),
74
+ _txPayloadBuffer(NULL),
75
+ _txPayloadBufferIndex(0),
76
_willBuffer(NULL),
77
_willBufferIndex(0),
78
_willMessageIndex(0),
0 commit comments