genkgo / ember-localforage-adapter

Offline usage for Ember Data, based on localstorage adapter, but now uses Mozilla's localforage as data source
Other
133 stars 26 forks source link

remove memory leak #32

Closed frederikbosch closed 9 years ago

iamolivinius commented 8 years ago

@frederikbosch

Any reason why this patch has never been merged into master?

frederikbosch commented 8 years ago

No idea at all. Should it still be merged? I cannot have a deep look at the code right now. We could reopen the pr.

iamolivinius commented 8 years ago

The current code constantly attaches new jobs to the queue but never removes finished ones.