experimental mqtt client supporting large packets

This commit is contained in:
proddy
2021-02-27 14:45:51 +01:00
parent 333c5c16c0
commit ce45374b54
28 changed files with 1358 additions and 1046 deletions

View File

@@ -34,6 +34,5 @@ class PublishPacket : public Packet {
uint16_t _packetId;
uint32_t _payloadLength;
uint32_t _payloadBytesRead;
char* _ptempbuff;
};
} // namespace AsyncMqttClientInternals