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

Request optimizations #339

Merged
merged 10 commits into from
Nov 26, 2019
Merged

Request optimizations #339

merged 10 commits into from
Nov 26, 2019

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    dd4e8c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd86161 View commit details
    Browse the repository at this point in the history
  3. Cleans up request path

    danielwertheim committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    cb66ba7 View commit details
    Browse the repository at this point in the history
  4. Removes unused state

    danielwertheim committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    e258465 View commit details
    Browse the repository at this point in the history
  5. Reduces locking and removes task completion source for init of global…

    … sub
    
    When setting up the request and checking if global sub should be created,
    we do not need to use the task completion source as we are not in an async
    flow; hence we never let the caller execute something in the meantime.
    danielwertheim committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    2be2199 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee2cf29 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    3f045e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8884a5b View commit details
    Browse the repository at this point in the history
  3. Fixes namespace import

    danielwertheim committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    804af75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8bea44 View commit details
    Browse the repository at this point in the history