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 issue where compiler host dropped connections under load #46510

Merged
merged 11 commits into from
Aug 7, 2020

Commits on Jul 31, 2020

  1. Rework to be more sutiable to faster connections

    Got the API in place to make Begin / End listening a part of the
    contract. This will mean the multiple servers under the hood can be
    added much simpler.
    
    Simplified the dispatching code significantly
    jaredpar committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    af46df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ec6e05 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Scale to more connections

    jaredpar committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    4cf5885 View commit details
    Browse the repository at this point in the history
  2. Tighten the screws

    jaredpar committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    bd2bd31 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. fix unit tests

    jaredpar committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    12d4cee View commit details
    Browse the repository at this point in the history
  2. Missed a line

    jaredpar committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    aeff571 View commit details
    Browse the repository at this point in the history
  3. Build break

    jaredpar committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    c54d14f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0123dce View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. PR feedback

    jaredpar committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    e29a5f8 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    jaredpar committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    de73854 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Disable a few Mac tests

    jaredpar committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    f4e4acc View commit details
    Browse the repository at this point in the history