Closed lathoub closed 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);
Let's track in https://github.com/arduino-libraries/MKRGSM/issues/25.
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)