rolandoam/shinycocos

stack too deep error

Opened this issue · 1 comments

If you add a Standard Touch Delegate, you get a stack too deep error. This does not happen if you register a targeted touch delegate.

This also happens most of the time when registering a scheduled method. I think this relates to the fact that we're calling a ruby method too often. I'll have to take a deeper look at this.