arduino-libraries / ArduinoHttpClient

Arduino HTTP Client library
287 stars 172 forks source link

Big message receiving fails. #153

Open markieboy223 opened 1 year ago

markieboy223 commented 1 year ago

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?