ArduinoHttpClient icon indicating copy to clipboard operation
ArduinoHttpClient copied to clipboard

Arduino MKR 1000 WiFi via websockets to a server with nodejs

Open jamolina2021 opened this issue 3 years ago • 1 comments

Hello, I am trying to use the library to communicate via websockets to a server with nodejs. It works fine, however, approximately every hour it has a problem receiving the response from the server and I have to stop the socket and make it a begin to connect again, sometimes I even have to restart the wifi. I am using your example. Do you know what could be happening? Do I have to configure something else? Thanks for your help. Regards, Jose

jamolina2021 avatar Nov 17 '21 12:11 jamolina2021

Perhaps a buffer size issue ? https://github.com/arduino-libraries/ArduinoHttpClient/pull/124

clysss avatar Feb 16 '22 15:02 clysss