JKISoftware / JKI-State-Machine-Objects

Object-oriented framework for LabVIEW based on the JKI State Machine
BSD 3-Clause "New" or "Revised" License
96 stars 55 forks source link

enumerateStaticDependencies should not be called on CleanDependencies() #38

Closed francois-normandin closed 7 years ago

francois-normandin commented 7 years ago

overrides of enumerateStaticDependencies might be used to create and configure a static dependency, which would get recreated during cleaning steps for dynamically launched dependencies. Fix: remove need to call the enumeration on dependency stopped event (Clean Dependencies)

francois-normandin commented 7 years ago

fixed in 1.2.1 release