Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Query - Chunked - Resolved infinite loop when start chunk > 1 (#477)
Resolved an issue when the start chunks value was > 1 an infinite loop would be created as handled messages would always be less than available messages when chunks are skipped. Added more safety around input arguments, forcing minimums of 1 for both $chunk_size and $start_chunk.
- Loading branch information