MetaRx icon indicating copy to clipboard operation
MetaRx copied to clipboard

Intentional Cyclical Calls

Open darkfrog26 opened this issue 9 years ago • 1 comments

Caused by: java.lang.AssertionError: assertion failed: Cycle found occurs if I attach to a change and within that change call to set the value of a Var. Yes, this can create a cyclical scenario, but in my case I'm detecting a specific distinction one the second cycle to avoid an endless loop but this cyclical detection is keeping the code from being run.

darkfrog26 avatar Aug 03 '16 01:08 darkfrog26

See this pull request for a solution: https://github.com/MetaStack-pl/MetaRx/pull/67

darkfrog26 avatar Aug 03 '16 02:08 darkfrog26