Meteor - Mongo写错误

War*_*arz 3 mongodb meteor

当我尝试使用最新版本的meteor.js进行更新时,我收到一个意外错误.类型错误没有指定它失败的字段,我不确定这是否与mongo相关.有没有人见过这个错误?

Error in Mongo write: TypeError: boolean is not a function
I20130901-19:44:56.515(-5)?     at writeCallback (packages/mongo-livedata/mongo_driver.js:206)
I20130901-19:44:56.515(-5)?     at Meteor.bindEnvironment.runWithEnvironment (packages/meteor/dynamics_nodejs.js:69)
Run Code Online (Sandbox Code Playgroud)

通过指定服务器端调用的回调,我能够阻止我的客户端阻塞.

https://gist.github.com/warsamebashir/6408451

Cha*_*row 5

当我{multi:true}作为第二个参数传递到Collection.remove服务器上时,这通常发生在我身上.