hirotakaster / TlsTcpClient

Other
32 stars 9 forks source link

Is this library async or does it need to wait for server response? #7

Open derrickrc opened 3 years ago

derrickrc commented 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

With your library can it send requests without waiting for response? Thank you.