Chat freely about anything...

User avatar
By Manjunath_hk
#49586 we are working on a project in which their is a requirement to send the around 50KB of data in less than a 1 second. espconn_send API is used to send the 2KB of buffer and waiting for the sent callback to happen then again will send the buffer this procedure continuous till the 50KB completion of data but the overall procedure taking the time 3sec (min) to 5sec(max) which is affecting our requirement . can any one suggest the reason and procedure to send the data faster thanks in advance....