Files
meteor/packages
David Glasser cd8bd67ff8 Fix a few exceptions in the oplog observe driver
First exception: _runQuery didn't check to see if it was stopped after
running the query, which could lead to this harmless error:

Exception in defer callback: TypeError: Cannot call method 'clear' of null
    at _.extend._publishNewResults (packages/mongo-livedata/oplog_observe_driver.js:749)
    at _.extend._runQuery (packages/mongo-livedata/oplog_observe_driver.js:657)
    at packages/mongo-livedata/oplog_observe_driver.js:615
    at _.extend.withValue (packages/meteor/dynamics_nodejs.js:56)
    at packages/meteor/timers.js:6
    at runWithEnvironment (packages/meteor/dynamics_nodejs.js:108)

Second exception: _fetchModifiedDocuments thought that it should only be
in FETCHING in a certain case, but QUERYING is also OK. This is also
harmless since the correct behavior is to end the deferred routine.

Exception in defer callback: Error: phase in fetchModifiedDocuments: QUERYING
    at packages/mongo-livedata/oplog_observe_driver.js:435
    at packages/mongo-livedata/oplog_observe_driver.js:16
    at _.extend.withValue (packages/meteor/dynamics_nodejs.js:56)
    at packages/meteor/timers.js:6
    at runWithEnvironment (packages/meteor/dynamics_nodejs.js:108)
2014-07-29 10:18:40 -07:00
..
2014-05-08 12:12:45 -07:00
2014-02-03 10:36:33 -08:00
OCD
2013-10-08 20:03:02 -07:00
2014-06-23 20:03:44 -07:00
2013-12-04 12:46:47 -08:00
2014-04-30 23:32:24 -07:00
2014-07-16 14:04:12 -07:00
2014-06-30 20:28:02 -07:00
2014-02-25 00:45:22 -08:00
2014-02-18 15:47:42 -08:00
2013-08-02 11:19:08 -07:00
2014-06-09 20:42:48 -07:00
2014-07-07 16:23:14 -07:00
2013-07-25 18:54:40 -07:00