Bug with latest version of chrome and iron middleware
Brought to you by:
rsercano
Originally created by: Rodrive
There is known bug with chrome and meteor that breaks mongoclient once you are connected. More precisely with iron middleware.
I fixed it by doing as someone said on the thread:
meteor update iron:middleware-stack
It seems that didnt break anything :)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rsercano
Thanks for sharing. I was about to create a FAQ section on wiki, will add this asap. Also after migrating 1.3+ [#37]. I guess this issue will be fixed automatically since it doesn't use iron router :)
Related
Tickets:
#37View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Rodrive
Yes it should. Well being in version 1.2 is good for me since i use phpstorm and the debugger seems to be broken with the latest version of meteor :p
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rsercano
Oh I see :) Meteor 1.3 has a lot issues, I'm waiting a stable version to migrate
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Rodrive
I'm totally new with meteor and nodejs driver. I have a question, if i understand right for each command you are opening a new connection?
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rsercano
Yeah, that's correct, that's how drivers work. There's a connection pool that mongodb lets you to allow take one or more and then you have to close this connection to prevent further issues
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: Rodrive
Oh ok when you make a
Meteor.npmRequire('mongodb').MongoClientif there is already a connection to this mongodb service then the driver will return you this connection instead of creating a 'real' new connection.View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rsercano
Let's keep this talk on gitter :)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rsercano
Added to compile from source [section](https://github.com/rsercano/mongoclient/wiki#31
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Ticket changed by: rsercano