hello,
If i use TCPRecv($Socket, 2048) but TCPSend() transmit more than 2048 bytes, i lose data.
Is there a way to know when the TCPRecv() command has no more data to read from a single TCPSend()?
for example, I wonder if there's a way similar to that of reading the output of a dos command ?
If i use TCPRecv($Socket, 2048) but TCPSend() transmit more than 2048 bytes, i lose data.
Is there a way to know when the TCPRecv() command has no more data to read from a single TCPSend()?
for example, I wonder if there's a way similar to that of reading the output of a dos command ?
[ autoit ]
thanks