Hello,
First of all, thanks for making this library "free".
I need to create a number of SimpleStateMachine (1000+) instances in my application and then delete those.
Even though I de-reference the SimpleStateMachine instances, the StateMachineDSLEngine objects do not get garbage collected. There are exactly as many of them as StateMachines was created before. Among others, the size of a Dictionary <Type DslEngine> is also increasing...
Any hints what goes wrong?
Regards,
Zsolt