[Gambas-user] [Gambas Bug Tracker] Bug #902: Gabmas process doesn't finish when watch instance is used on fMain
bugtracker at ...3416...
bugtracker at ...3416...
Fri Mar 11 21:01:01 CET 2016
http://gambaswiki.org/bugtracker/edit?object=BUG.902&from=L21haW4-
Comment #2 by Tobias BOEGE:
That's by design. If you have an active Watch, the interpreter keeps waiting for
data on the associated file descriptor. This is the same in other parts of Gambas:
e.g. if you have an open network connection through a Socket (gb.net) or a watched
file (Open ... For Watch), the interpreter won't terminate when the program is
closed. See http://gambaswiki.org/wiki/cat/eventloop.
Tobias BOEGE changed the state of the bug to: Invalid.
More information about the User
mailing list