arduino-libraries / ArduinoHttpClient

Arduino HTTP Client library
288 stars 172 forks source link

Examples don't work #11

Closed guschdel closed 7 years ago

guschdel commented 8 years ago

I was trying to use the SimpleGet example to fetch some data from a website. The problem I found was, that it only worked once. After adding a "client.stop()" just before the delay(5000); at the end of the loop function it worked correct and does the repeated get as it was expected to do.

sandeepmistry commented 8 years ago

@guschdel can you please share the full sketch you were using? In particular the website. Also, let us know what board you were using.

agdl commented 7 years ago

Closing this for lack of feedback. Reopen it if needed