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

Allow req_perform_stream() to perform non-blocking reads #520

Closed
wants to merge 5 commits into from

Commits on Aug 27, 2024

  1. Allow req_perform_stream() to perform non-blocking reads

    The default behaviour stays the same, but you can now specify `wait_for` in order to switch to a non-blocking request and call the callback as the data arrives.
    
    Fixes #519
    hadley committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5d831d9 View commit details
    Browse the repository at this point in the history
  2. Fix some mistakes

    hadley committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ae7d95b View commit details
    Browse the repository at this point in the history
  3. Add rounding for SSE

    hadley committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b75c1fc View commit details
    Browse the repository at this point in the history
  4. Use magrittr pipe; update docs

    hadley committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b4a1ef8 View commit details
    Browse the repository at this point in the history
  5. Update snapshot test

    hadley committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7ac614e View commit details
    Browse the repository at this point in the history