[Gambas-user] [Gambas Bug Tracker] Bug #969: Suddenly getting error "Stream is closed" on Eof() and Lof() after closing Process stream
bugtracker at ...3416...
bugtracker at ...3416...
Wed Aug 10 20:39:08 CEST 2016
http://gambaswiki.org/bugtracker/edit?object=BUG.969&from=L21haW4-
Comment #4 by Benoît MINISINI:
Done in revision #7833, with the Process.CloseInput() method.
But don't use it to handle process output the way you did in the 'stream-is-closed' project, i.e. using a busy loop!
You should either use 'Read' and 'Write' events, or a blocking stream.
Benoît MINISINI changed the state of the bug to: Fixed.
More information about the User
mailing list