04-30-2015 12:08 AM
Hi, I am working on Actor Framework (2014 LV). On closing the Parent Actor, the child actor does not close, what am I missing? Using a blank project here..
05-05-2015 10:00 AM
I haven't used Actor yet in 2014, but in 2013 you need to override the Stop Core.vi in the parent and send a stop message to the child - although obviously make sure initially that you have stored the child actors enqueuer reference somewhere to make it accessible - I tend to put in the parent class' private data.
Dave