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: uses old version of gax-grpc method #426

Commits on Sep 15, 2020

  1. fix: uses old version of gax-grpc method

    Internally, we are using version 1.47.1 of the gax-grpc library, which
    does not provide a method currently being used (setExecutor).
    
    In here we use a method that is available in 1.47.1 and achieves the
    same goal (setExecutorProvider).
    thiagotnunes committed Sep 15, 2020
    Copy the full SHA
    4ed38fe View commit details
    Browse the repository at this point in the history