jeelabs / el-client

Arduino client for esp-link's REST, MQTT, and command interface
BSD 2-Clause "Simplified" License
83 stars 46 forks source link

100 bytes limit in waitResponse() function #59

Open ghost opened 2 years ago

ghost commented 2 years ago

I can only receive 100 bytes when I call the waitResponse () function, to get the response from a server, increase the buffer size but only receive 100 bytes maximum; Is there a way to get the full response from my server?