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 close in use certificate providers after double Close() method call on wrapper object #7128

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 16, 2024

  1. Fix close in use certificate providers after double Close() method …

    …call on wrapper object
    
    Fix errors like:
    ```
    [core][Channel grpc#39 SubChannel grpc#941] grpc: addrConn.createTransport failed to connect to ...
    Err: connection error: desc = "transport: authentication handshake failed:
    xds: fetching trusted roots from CertificateProvider failed: provider instance is closed"
    ```
    bozaro committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3bf8e1f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. fixup! Fix close in use certificate providers after double Close()

    …method call on wrapper object
    bozaro committed May 11, 2024
    Configuration menu
    Copy the full SHA
    64fdac1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. fixup! Fix close in use certificate providers after double Close()

    …method call on wrapper object
    bozaro committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5c3ab05 View commit details
    Browse the repository at this point in the history
  2. fixup! Fix close in use certificate providers after double Close()

    …method call on wrapper object
    bozaro committed May 17, 2024
    Configuration menu
    Copy the full SHA
    527266f View commit details
    Browse the repository at this point in the history
  3. fixup! Fix close in use certificate providers after double Close()

    …method call on wrapper object
    bozaro committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a842747 View commit details
    Browse the repository at this point in the history