Skip to content

v1.4.1

Choose a tag to compare

@hlfernandez hlfernandez released this 08 Jun 08:20
· 10 commits to master since this release

Fixes Compi hang when loop iterations of binded foreach abort.

So far, when more than one loop iteration inside a foreach abort,he dependant binded iterations were not notified (only the dependants of the first one iteration), so they were waiting forever to start, tleading Compi to hang. This commit fixes this bug.