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 concurrent modification error in GrpcWebClientChannel.terminate #332

Merged
merged 11 commits into from
Nov 12, 2020

Commits on Jul 24, 2020

  1. Allow terminate() to get called on a web client connection without …

    …throwing an exception
    isaldana committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e8b961b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

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

Commits on Sep 18, 2020

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

Commits on Sep 21, 2020

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

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    3243964 View commit details
    Browse the repository at this point in the history
  2. Make a copy of existing requests and terminate() each one. The termin…

    …ate() function will remove them from the original list.
    isaldana committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    a3dbe7c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    1d5b847 View commit details
    Browse the repository at this point in the history
  2. Add test

    mraleph committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    cab0a05 View commit details
    Browse the repository at this point in the history
  3. Add a comment to the test

    mraleph committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9d20e8b View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    mraleph committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    173a7d7 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md again

    mraleph committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    b64039d View commit details
    Browse the repository at this point in the history