-
Notifications
You must be signed in to change notification settings - Fork 170
Very slow evaluation of the status code #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@cawena what if you add a In the future if would be valuable to get the entire sketch you are using, as well as the hardware you are using. |
Can anyone shed any light on this? I'm also experiencing almost a second of latency on decoding the response and status code |
@georgeveysSFL
The one second latency comes from the code running through too quickly, so there is no response to be collected yet. This triggers a 1000ms Delay. |
This is fixed in below PR |
Hi,
I use the sample "SimpleGet" to get a UUID from a server.
The output show me a very long time on getting the status code.
Here the code...
is there something wrong with this simple code?
The text was updated successfully, but these errors were encountered: