Skip to content

Handle reads during queue execution

Compare
Choose a tag to compare
@justinbmeyer justinbmeyer released this 02 Nov 20:22
· 48 commits to master since this release

Issue: #194

There was a problem with a two-way binding where the parent was undefined and the child had a value:

<my-child childValue:bind="parentValue"/>

A semaphore warning was being produced.