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

stream: fix multiple destroy() calls #29197

Closed

Commits on Feb 16, 2020

  1. stream: fix multiple destroy calls

    Previously destroy could be called multiple times causing inconsistent
    and hard to predict behavior. Furthermore, since the stream _destroy
    implementation can only be called once, the behavior of applying destroy
    multiple times becomes unclear.
    
    This changes so that only the first destroy() call is executed and any
    subsequent calls are noops.
    ronag committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    354c897 View commit details
    Browse the repository at this point in the history