awwx / meteor-offline-data

Meteor offline data project.
MIT License
111 stars 9 forks source link

Old methodsHoldingUpSubscriptions should be cleaned up at startup #24

Open awwx opened 11 years ago

awwx commented 11 years ago

When a method completes, it is removed from the queuedMethods and methodsHoldingUpSubscriptions tables. However, if an old record is left over in methodsHoldingUpSubscriptions from running tests or a crash, it doesn't get cleaned up.