[Gambas-bugtracker] Bug #2310: Gambas Apps have isssues talking to other gambas apps started with exec

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Jul 17 15:57:52 CEST 2021


http://gambaswiki.org/bugtracker/edit?object=BUG.2310&from=L21haW4-

Comment #12 by Brian G:

Just to point out the obvious from the first log file

lof() only changes when a message arrives, not as the data is read, it stays at what ever length arrived until the buffer is empty.

So if 10 bytes arrive lof() reports 10 until all ten have been read. even if I read 1 byte, lof reports 10 still.

It does not decrement by the number of bytes read.




More information about the Bugtracker mailing list