MetaRx
MetaRx copied to clipboard
Intentional Cyclical Calls
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.
See this pull request for a solution: https://github.com/MetaStack-pl/MetaRx/pull/67