How do I stop receiving updates to a collection with the dataservice in 
coffeescript?

I'm computing build estimates and I don't necessarily need them updated after 
the initial estimate is calculated.

I've got something like:

builds = data.getBuilds(...)

Then I use builds.onNew to calculate the build estimate. How do I stop the 
updates? Is it enough to set builds to null and let it be garbage collected?

-Greg
_______________________________________________
users mailing list
users@buildbot.net
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to