liground
liground copied to clipboard
Does liground send a quit command to engines before quitting?
trafficstars
When I close LiGround, sometimes engine processes continue to exist and run. I also saw this happening with Nibbler, where the solution was to set quit commands to all engines, before quitting the program itself.
Hello @tsoj , thank you for the bug report.
There is a quit() method already, but I think it is not called on the program close event right now.
https://github.com/ml-research/liground/blob/acbd3266c471a78ccb016841eb28e8e326f4390b/src/renderer/engine/driver.js#L186-L199
This issue may also be related to
- https://github.com/QueensGambit/CrazyAra/issues/81