Replies: 1 comment 1 reply
-
Can you not use .tell and .seek to achieve this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to start reading where the last iteration finished? I mean, storing the buffer somehow (it could be up to the lib user to decide where to store it and then provide it back to the lib in the next iteration) and the start and end byte of the last iteration to resume reading after. Just to clarify, I mean resuming reading in another request, not the same that started reading.
Beta Was this translation helpful? Give feedback.
All reactions