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

core: Delay client listener exception notification until normal close #7187

Merged
merged 1 commit into from Jul 9, 2020

Commits on Jul 7, 2020

  1. core: Delay client listener exception notification until normal close

    This should avoid messages being leaked when a Listener throws an exception and
    the executor is shut down immediately after the call completes. This is related
    to grpc#7105 but a different scenario and we aren't aware of any user having
    observed the previous behavior.
    
    Note also this does _not_ fix the similar case of reordering caused by
    delayedCancelOnDeadlineExceeded().
    ejona86 committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    64b8759 View commit details
    Browse the repository at this point in the history