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: use an assertion for weird error cases #27073

Closed

Commits on Apr 3, 2019

  1. stream: use an assertion for weird error cases

    These two cases should only happen in case there's a bug in our
    implementation or the user manipulated things pretty bad. So instead
    of using our regular error system for these two cases, use a simple
    assertion.
    BridgeAR committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    efe043e View commit details
    Browse the repository at this point in the history