arduino-libraries / ArduinoHttpClient

Arduino HTTP Client library
288 stars 172 forks source link

MKRGSM does not work optimal with ArduinoHttpClient (or the other way around) #40

Closed lathoub closed 6 years ago

lathoub commented 6 years ago

I have created an issue in the MKR 1400 Library as it does not work with this library.

(GET works only once, POST runs very slow)

As indicated in the link, not sure where the issue is: in this lib or with the MKR 1400 lib.

(Sorry for x-posting - not sure how to tie 2 projects together over an issue)

lathoub commented 6 years ago

I'm not able to reproduce the issue consistently But when running slow*, it seem to be stuck for a while in:

int HttpClient::skipResponseHeaders()

in

            // We haven't got any data, so let's pause to allow some to
            // arrive
            delay(kHttpWaitForDataDelay);
sandeepmistry commented 6 years ago

Let's track in https://github.com/arduino-libraries/MKRGSM/issues/25.