Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cursor): call
initialize
after session support check
If a cursor needed to check for session support it would do so, and then call the `next` function which in most cases would directly call `_initialize` again - but sometimes would erroneously issue a `getMore`.
- Loading branch information