arduino-libraries/ArduinoHttpClient

Big message receiving fails.

markieboy223 opened this issue · 0 comments

I'm unable to receive big messages, i would like to receive messages up to 1024 bytes but it cuts off when im receiving the message.
Sending messages i was able to change the buffer to 1024 and use dynamicjson files to send. When the message gets too big i'm receiving $$$$$$$$$.

Does anyone know a solution to receive big messages?