LongNguyenP / DynaShape_Legacy

Open-source Dynamo plugin for constraint-based form finding, optimization and physics simulation
https://forum.dynamobim.com/t/dynashape-published/11666/
MIT License
69 stars 18 forks source link

Potential Bug: BackgroundExecutionAction remains unterminated #2

Open LongNguyenP opened 6 years ago

LongNguyenP commented 6 years ago

BackgroundExecutionAction is still active when:

  1. The Solver.Execute node has been deleted.
  2. The Solver.Execute node has become inactive Potential fix: use tasks chaining rather than one single task with an indefinitely while loop So far we have only checked for the case where the current workplace is closed