Closed yeputons closed 10 years ago
Fixed in 59b571339f663382f560abd1e8f2ddd9ac9498f8, thanks for helping me iron out these bugs!
@Diggsey unfortunatelly, my example still does not work ewith reactivePublish
and {reactive:true}
even without updates - server hangs on find({}, {reactive:true}).fetch()
. But if I replace it with findOne({}, {reactive:true})
, everything works OK (except that I get only one item from collection 'A')
Seems to be a problem with oplog tailing, for now you can fix it by adding "limit: [some sufficiently large number]" to the find options until I find an actual solution.
Well, it turned out to be an easier fix than I expected so enjoy! (v0.1.4)
Cool, thank you. One more issue, btw: #3 :)
Gist. Create a project, remove insecure and autosubscribe packages, open localhost. Try updating the only 'A' element with something. New value will blink for a moment and then server gives an error:
I have
reactive: true
option commented here, because if I uncomment it, server hangs after writingtryit
to log. If I replacereactivePublish
bypublish
, everything except reactive update of 'B's works fine.