Support stop the infinite loop, as raised in the issue https://github.com/F-Stack/f-stack/issues/719.
There may exist some memory leaks if stop and restart the ff_run multiple times. It will be great if someone who are familiar with the memory allocation in f-stack can point this out. In the current test, the memory leak problem is minor with hundreds of stop and restart.
Support stop the infinite loop, as raised in the issue https://github.com/F-Stack/f-stack/issues/719. There may exist some memory leaks if stop and restart the
ff_run
multiple times. It will be great if someone who are familiar with the memory allocation in f-stack can point this out. In the current test, the memory leak problem is minor with hundreds of stop and restart.