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

This old code can cause 'hwiu' problem #17

Open
sprhawk opened this issue Nov 30, 2011 · 0 comments
Open

This old code can cause 'hwiu' problem #17

sprhawk opened this issue Nov 30, 2011 · 0 comments

Comments

@sprhawk
Copy link

sprhawk commented Nov 30, 2011

commit: c9cbb7b

If quickly change songs with different audio streamer instances, it may cause 'hwiu' problem.

Because When quickly change/skip songs , program first 'stop's current audiostreamer instance, then creates a new instance. But during quick changin, the first instance may be during 'WAITING_FOR_DATA' state, and - (void)stop just returned, and the instance is released. However the old thread start a new audio queue then, the new instance cannot re-start a AQ, returned a 'hwiu'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant