SuperSimpleTcp icon indicating copy to clipboard operation
SuperSimpleTcp copied to clipboard

receive data not fast after connect

Open mzelecom opened this issue 3 years ago • 1 comments

hi. I don't know why this happens. Please test it yourself. I wrote a client program that simulates 100 clients. The program is such that every connected client sends data to the server every 3 seconds. When we start testing, the server connects the clients very slowly and after that it does not receive any data even from the first client, it takes about 1 minute to start receiving data. Please test it yourself to see if this problem exists. Of course, I do not have the expertise to solve this problem to understand where the main problem is. thanks

mzelecom avatar Oct 29 '22 11:10 mzelecom

The problem is probably in your own code. There were projects where I established more than 100 client connections using the existing package and I did not encounter any problems. The problem may even be in your network.

saklanmazozgur avatar Nov 15 '23 14:11 saklanmazozgur