Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By eelsoulwax
#83523
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.