Dean McKee
Dean McKee
I'm also seeing this bug.
Not sure if it's the same issue but I was seeing problems when pulling data out of forge format into node.js buffer format. The work around I have is to...
Your suggested solution fixes the "bug" but weakens the security of the connection. I understand that the Meteor SSL connection has a similar weakness which you are aligning with (and...
So it seems Meteor has added support for user defined Mongo connection options: https://github.com/meteor/meteor/pull/7277 https://github.com/meteor/meteor/blob/devel/packages/mongo/connection_options.js They are offering an API call that sets the connection options object. That object is...