-->
Page 3 of 3

Re: HTTPClient Library vs Manual Code Response Time?

PostPosted: Tue Aug 20, 2019 2:00 pm
by eelsoulwax
androidfanboy wrote:Unfortunately adding "client.setNoDelay(true);" didn't solve my problem. Still the same delay. I'm putting the line right after client.connect().


Hello. I know the post is from last year, but since was your problem solved ?
I've got the same kind of problem. One server in Python on a Raspberry Pi and several clients on ESP8266s.
No problem from the clients to the server. But 5 seconds to receive datas from the server, even with client.setNoDelay(true) !

Thanks if you have the solution.