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

dependency to mongodb (nativ driver) is out of date, breaks mongoskin on node v0.10.5 #101

Open
chusi opened this issue May 8, 2013 · 0 comments

Comments

@chusi
Copy link

chusi commented May 8, 2013

a normal db.collection('x').find().sort().toArray() with more then a couple hundred records blows the stack..

(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
.
exiting...
RangeError: Maximum call stack size exceeded

turns out the problem was in the mongodb nativ driver (https://github.com/mongodb/node-mongodb-native/issues/950), which has been fixed in the meanwhile. an version update in package.json would fix this.

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