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

Update gRPCContext wrapper class #420

Merged
merged 6 commits into from
Apr 13, 2021

Commits on Apr 7, 2021

  1. Update Context wrapper class

    There are a few cases where one needs to dig into `grpc.ServicerContext`
    objects, and these fields were missing from our wrapper, which can cause
    issues with implmementation.
    
    Yes, they're private attributes, but there's no way to get the data they
    hold otherwise, so we should properly map them so our wrapper Context
    behaves like a real one does.
    Michael Stella committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    f7a5630 View commit details
    Browse the repository at this point in the history
  2. changelog

    Michael Stella committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a6b03a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Rework this to use __getattr__

    Based on feedback from @ocelotl.
    Michael Stella committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    64f507f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

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

Commits on Apr 13, 2021

  1. Merge branch 'main' into grpc-bugfixes

    alrex committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    43b86b1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into grpc-bugfixes

    alrex committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    925e271 View commit details
    Browse the repository at this point in the history