How to force WinSock to send out the data passed to SendData method? I often see it waits for more data - it seems like having some minimum buffer...
Printable View
How to force WinSock to send out the data passed to SendData method? I often see it waits for more data - it seems like having some minimum buffer...
That is usually the case when you have two or more SendDatas stuck together or they are in the non stop loop. If you could post that section of your code, we might find a workaround.
Sunny