Modern (MongoDB 3.2+ compatible) getMore implementation using the getMore command and OP_MSG. (if supported)
Falls back to compatibility for older MongoDB versions, but those are not officially supported anymore.
- error checking is now done inside this function - document index is no longer sent, instead the callback is called sequentially
MongoDriverException in case the command fails.
See Implementation
Modern (MongoDB 3.2+ compatible) getMore implementation using the getMore command and OP_MSG. (if supported)
Falls back to compatibility for older MongoDB versions, but those are not officially supported anymore.