Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mongojs do not close nodejs app after call #345

Open
askucher opened this issue Jan 8, 2018 · 0 comments
Open

mongojs do not close nodejs app after call #345

askucher opened this issue Jan 8, 2018 · 0 comments

Comments

@askucher
Copy link

askucher commented Jan 8, 2018

iso = get-iso new Date!
query = iso : $lte: iso
err, items <-! db.rates.find(query).sort( iso : -1 ).limit 10
#db.close!
#app still running - actual
#app closed - expected

if I add db.close! everything works fine but odd. whats is wrong in my code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant