ArduinoHttpClient
ArduinoHttpClient copied to clipboard
Arduino MKR 1000 WiFi via websockets to a server with nodejs
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
Perhaps a buffer size issue ? https://github.com/arduino-libraries/ArduinoHttpClient/pull/124