We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handleChunk iterates each chunk and calls c.check this function returns if we should abort or not.
handleChunk
c.check
Right now we ignore the return value and just print. In the future we need to properly handle, and send an ABORT instead of just logging.
The text was updated successfully, but these errors were encountered:
This will be addressed once #183 lands.
Sorry, something went wrong.
No branches or pull requests
handleChunk
iterates each chunk and callsc.check
this function returns if we should abort or not.Right now we ignore the return value and just print. In the future we need to properly handle, and send an ABORT instead of just logging.
The text was updated successfully, but these errors were encountered: