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

🐛 Don't hotloop on channel source closure #1362

Merged

Commits on Jan 27, 2021

  1. Don't hotloop on channel source closure

    Previously, when we received from the channel in a channel source, we
    didn't check if it was still open.  This lead to hotlooping and spamming
    the source's handler/queue when the input channel is closed.
    
    Now, we stop the source when the channel is closed, similarly to what
    happens if the context is closed.
    DirectXMan12 committed Jan 27, 2021
    Copy the full SHA
    3b9d201 View commit details
    Browse the repository at this point in the history