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

Improvements to out_of_band hook #2234

Merged
merged 4 commits into from Apr 30, 2020
Merged

Commits on Apr 23, 2020

  1. Improve OOB hook

    This moves the hook to be executed outside of busy loop
    considering the thread to be truly idle at a time of execution
    of the hook
    ayufan committed Apr 23, 2020
    Copy the full SHA
    92bae74 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Further improvements to out-of-band hook

    * Don't trigger OOB on partially-queued requests
    * Don't accept new connections during OOB
    * Move tests to `TestOutOfBandServer`
    wjordan committed Apr 26, 2020
    Copy the full SHA
    5956969 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d416d0c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Copy the full SHA
    19c63f5 View commit details
    Browse the repository at this point in the history