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

More fine grained response controls #71

Merged
merged 5 commits into from
Jul 2, 2020
Merged

Commits on Jul 1, 2020

  1. feat(responsemanager): add ability to pause response outside of a hook

    Add the ability for anyone who knows a requestID & peer to pause a response at any time
    hannahhoward committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    c43f713 View commit details
    Browse the repository at this point in the history
  2. feat(responsemanager): add direct cancellations

    add function to directly cancel responses from requestID. also, move query execution code to
    seperate struct, internal for now
    hannahhoward committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    88dc16f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7393dc8 View commit details
    Browse the repository at this point in the history
  4. feat(responsemanager): support extensions on resume

    Support sending extensions when resuming a request
    hannahhoward committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    f502b2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7893d4a View commit details
    Browse the repository at this point in the history