Template level subscriptions and Recursive template error

I’m getting an error when I try to use Template level subscriptions with recursive templates. It’s possible it may be a bad use case of template subscriptions, but here’s the full question on SO:

http://stackoverflow.com/questions/30894870/template-level-subscriptions-and-recursive-templates

Thanks!

Do not name both helpers and template workers ?
Try to rename helper to worker: and use #each worker than
Seems it kinda work for me in http://meteorpad.com/pad/SFNFrtSChhqQPfBKx/Copy%20of%20workers

Ultimately this seemed to be the biggest issue. My real use case was a bit more complicated, but making the names different did the trick.

Thank you!