Instance scripts not halting on deletion
Posted: Oct 3rd, '17, 09:15
I was having an issue in a project and I've created the attached one to demonstate the issue
The bug is that a running script inside of an instance is not being halted when the instance is deleted (which caused me quite a bit of confusion as I had dead instances still running code!)
Made a workaround to add a running boolean so Ok for moment
The bug is that a running script inside of an instance is not being halted when the instance is deleted (which caused me quite a bit of confusion as I had dead instances still running code!)
Made a workaround to add a running boolean so Ok for moment