Hi @Tim_McTa
I’ve been looking for the same solution for some time, but this behavior is impossible to achieve in the current implementation of MongoDB drivers.
I believe that this functionality could be implemented in the MongoDB drivers or MongoDB Database. Every cursor created has an id attached to it, so, if we want to get more data from that cursor, a method to create a new one or reconnect to an existing one using the id would work.