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

[Merged by Bors] - Make grpc servers' start methods be synchronous #4866

Closed
wants to merge 6 commits into from

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    99b2e68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67548d7 View commit details
    Browse the repository at this point in the history
  3. Remove useless timer

    piersy committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f303787 View commit details
    Browse the repository at this point in the history
  4. Fix multiple problems

    Remove erroneous blocking call to serve in grpc http server.
    Return error returned by grpc server Start methods.
    Fix bad peer test config.
    piersy committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    33808b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix failing tests

    piersy committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    96ccd2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ec4c6a View commit details
    Browse the repository at this point in the history