arduino-libraries / ArduinoHttpClient

Arduino HTTP Client library
282 stars 170 forks source link

Error -2 on second post call #39

Closed joaorodrigo closed 6 years ago

joaorodrigo commented 6 years ago

Hello, I have an application where I make webservice calls every 10 seconds, the first call occurs without problems, however in the following calls I receive error -2. Any idea what might be going on? Any examples of multiple calls?

joaorodrigo commented 6 years ago

I found the problem. Need "http.stop();" after call.