Skip to content
New issue

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

fix: correct return type #29

Merged
merged 1 commit into from
Aug 11, 2022
Merged

fix: correct return type #29

merged 1 commit into from
Aug 11, 2022

Commits on Aug 10, 2022

  1. fix: update return type

    Because we use `it-reader` to read fixed-length chunks out of the
    stream to do the handshake, and then pipe the rest of the stream
    through the reader, we'll always transform the stream output to
    `Uint8ArrayList`s before yielding it.
    
    Update the types to reflect this.
    achingbrain committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    212052c View commit details
    Browse the repository at this point in the history