You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with longjohn 0.2.10, this code doesn't work anymore, i.e the callback is never called. Works fine with 0.2.9.
var mongo = require('mongodb');
var longjohn = require('longjohn');
console.log("Connecting...");
mongo.connect("mongodb://127.0.0.1:27017/dev", function (err, db) {
if (err) {
console.log(err);
}
console.log("We are connected");
});
Environment:
Mac OSX El capitan,
Node 4.1.1 (also reproduced with 4.2.2)
"mongodb": "^1.4.39"
Mongo 3.0.3 (also reproduced with 2.06)
thanks,
The text was updated successfully, but these errors were encountered:
Hi,
with longjohn 0.2.10, this code doesn't work anymore, i.e the callback is never called. Works fine with 0.2.9.
Environment:
thanks,
The text was updated successfully, but these errors were encountered: