Jason
Jason
Great, thanks! Gonna add a few more errors. I didn't actually test this one properly it seems. I've been laser-focused on the chats not updating, and those were all working...
Currently on `2.0.15`. Only installed it for the first time a few hours ago :)
Hi @ramezrafla I actually stopped using this package back in February - there were too many issues, so I just went back to plain old oplog and scaled everything up....
FYI, was playing around with the package and can confirm this still isn't working for me either.
Same error with the monkey patch. Code I'm firing looks kinda like this: ``` var detail = {type:'listen',user:this.userId} History.update( {_id:id,detail:{$elemMatch:detail}}, {$set:{ 'detail.$.seconds':120, }} ) ```