Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 10 months ago.
How long "Socket Receiving" takes to receive the response from the server?
Is it normal that the “Socket Receiving" section in the C027_support library takes a time longer than the time actually the server uses to send the answer?
I’m referring to this snippet:
/media/uploads/EmmanuelePolito/recev.tiff
I saw that the data I send through socket arrive at most in 5 seconds, on the contrary I get the server response in about 30 seconds.
Could you tell me where the loss of time is?
Thanks, Emmanuele