emberjs-addons / sproutcore-datastore

(Ember Only) Repository for the DataStore package
www.sproutcore.com
46 stars 9 forks source link

accumulation of bindings on remote queries #8

Closed robmonie closed 13 years ago

robmonie commented 13 years ago

It's unclear to me at this stage whether this is a datastore or core sproutcore issue but there seems to be an issue with accumulation of bindings when records accumulate over time with multiple remote queries.

I've attempted to describe this issue here - https://groups.google.com/forum/#!topic/sproutcore/VPjLIboJvLE

And created a repeatable test application that demonstrates the issue here - https://github.com/robmonie/sc_memory_leak

robmonie commented 13 years ago

Also see - https://github.com/sproutcore/sproutcore20/issues/167 . I think they're basically the same issue.

robmonie commented 13 years ago

This turned out to be related to a memory leak in handlebars bindings fixed here - https://github.com/sproutcore/sproutcore20/pull/174