Skip to content

This old code can cause 'hwiu' problem #17

@sprhawk

Description

@sprhawk

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions