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

[WIP] implement metadata for asynchronous unaryunary callable #10

Commits on Aug 29, 2019

  1. [Aio] Unary unary client call barebones implementation

    Implement the minimal stuff for making a unary call with the new
    experimental gRPC Python implementation for Asyncio, called Aio.
    
    What has been added:
    
    - Minimal iomgr code for performing the required network and timer
    calls.
    - Minimal Cython code implementing the channel, call and the callback
    context.
    - Minimal Python code that mimics the synchronous implementation but
    designed to be asynchronous.
    
    Not solved yet:
    
    - Tests have to be executed using the `GRPC_ENABLE_FORK_SUPPORT=0`
    environment variable for skipping the fork handles installed by
    the core library.
    
    Co-authored-by: Manuel Miranda <manuel.miranda@skyscanner.net>
    Co-authored-by: Mariano Anaya <mariano.anaya@skyscanner.net>
    Co-authored-by: Zhanghui Mao <zhanghui.mao@skyscanner.net>
    4 people committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    3cc96fb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    35f1587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72aa479 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ce172 View commit details
    Browse the repository at this point in the history
  4. Syntax and linter

    pfreixes committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    34242b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. Update BAZEL builf file

    pfreixes committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    50f0b27 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    e7b69a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Merge branch 'unary_unary_client_aio' into unary_unary_client_aio-imp…

    …lement-metadata-for-call
    ZHmao committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    945344f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. add test for metadata

    ZHmao committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    8b0e474 View commit details
    Browse the repository at this point in the history
  2. fix _GrpcState when call it

    ZHmao committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    7b9b376 View commit details
    Browse the repository at this point in the history