The code checks hasMoreEvents, but simply queries the same queryJob, so the same events are returned.
Need to implement this so that users can loop filter query results from a queryJob, perhaps even make it possible to adjust the amount of events the queryJob returns at each poll.
The code checks
hasMoreEvents, but simply queries the same queryJob, so the same events are returned.Need to implement this so that users can loop filter query results from a queryJob, perhaps even make it possible to adjust the amount of events the queryJob returns at each poll.