mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-29 18:28:24 +02:00
tcp_transport: modified ws_read to read payload directly to the read buffer and separately from header bytes
Previous version read all data to the buffer including header which reduced maximum payload read. This version uses a local array to receive header and reads payload bytes to the buffer
This commit is contained in:
committed by
Euripedes Rocha
parent
6b70e14236
commit
6809fcb2df
Submodule components/mqtt/esp-mqtt updated: 39118d5182...18b6f2c582
Reference in New Issue
Block a user