meteor-reactive-publish
meteor-reactive-publish copied to clipboard
Probably we should not be doing handles.push(result) if handles is a computation
Nested computations should get stopped automatically when outside computation is stopped? Or we should use onInvalidate to make sure it is stopped. Otherwise handles is just growing and growing.