algometrica / larytet-master

Automatically exported from code.google.com/p/larytet-master
0 stars 0 forks source link

Exit without stopping data stream fails #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Oper,Login, Startlog mf
2. stoplog mf
3. exit - the app stays frozen, need to close the console window manually

Need to check if there are alive data streams. In the real TaskBar it is
perfectly OK and even desirable to exit the app without stopping the data
stream, because the stream stop is system-wide and it will affect all open
applications. The final cleanup can be done shutting down the TaskBar service.

TODO: add a warning informing the user that there is a data stream open,
preventing exit without stopping the stream. Add 'exit' command with a
parameter (e.g."exit !" - with an exclamation - like :q! in vi).

Original issue reported on code.google.com by jerusale...@gmail.com on 11 Oct 2009 at 1:25