practicalmeteor/spacejam

meteor's internal mongodb doesn't exit cleanly

Closed this issue · 1 comments

We opened a bug with meteor to address the issue:

meteor/meteor#2182

Fixed in 0.2.10. meteor doesn't kill mongodb on exit, but it kills previous mongodb's still running on init, See meteor issue above. We wrote our own code to kill mongodb when we kill meteor.