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

Rework how drain stop the stream #529

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 15, 2019

  1. osx: drain stream properly

    The logic for draining a stream was odd. After drain the AU stop was happening on the next callback. That could create race conditions especially when reinit is taking place at the same time. This patch triggers the stop of AU at the end of the same callback and set the shutdown flag in order to exit early any following callback.
    achronop committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    4e41513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cadcfee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b35e5a View commit details
    Browse the repository at this point in the history