In code below:
On a very fast machine, the loop exit by sBuffer="", but
one byte more is incoming. Is it possible ?
A false EOF, before the true segment ends : Is it possible ?
Code:
DO 'SLEEP 1 TCP RECV hTCP, 1024, sBuffer Buffer=Buffer+sBuffer 'SLEEP 1 LOOP UNTIL sBuffer="" OR ISTRUE EOF(hTCP) OR ISTRUE ERR
one byte more is incoming. Is it possible ?
A false EOF, before the true segment ends : Is it possible ?
Comment