Open derrickrc opened 3 years ago
Hello, I have tried HttpClient.h before and ran into the same issue as this person where the request/response in loop() was too slow for my use case: https://community.particle.io/t/make-an-async-http-request/53247
HttpClient.h
loop()
With your library can it send requests without waiting for response? Thank you.
Hello, I have tried
HttpClient.h
before and ran into the same issue as this person where the request/response inloop()
was too slow for my use case: https://community.particle.io/t/make-an-async-http-request/53247With your library can it send requests without waiting for response? Thank you.