meteor-reactive-publish icon indicating copy to clipboard operation
meteor-reactive-publish copied to clipboard

Probably we should not be doing handles.push(result) if handles is a computation

Open mitar opened this issue 8 years ago • 0 comments

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.

mitar avatar Mar 22 '17 22:03 mitar