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: make gRPC auth plugin non-blocking + add default timeout value f… #390

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Commits on Nov 20, 2019

  1. fix: make gRPC auth plugin non-blocking + add default timeout value f…

    …or requests transport
    
    This commit includes the following changes:
    - `transport.grpc.AuthMetadataPlugin` is now non-blocking as gRPC requires
    - `transport.requests.Request` now has a default timeout value of 120 seconds so that token refreshing will not be stuck
    
    Resolves: #351
    michaelawyu committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    67fdb3d View commit details
    Browse the repository at this point in the history