Skip to content

Priority Inversion Warning After Upgrading to 1.0.0-ALPHA-45 #226

@VitoNYang

Description

@VitoNYang

Hi @rickclephas , After upgrading from 1.0.0-ALPHA-4 to 1.0.0-ALPHA-45, I occasionally see the following runtime warning in Xcode:

Thread running at User-interactive quality-of-service class waiting on a lower QoS thread running at Default quality-of-service class. 
Investigate ways to avoid priority inversions

This suggests a priority inversion issue, where a high QoS thread (likely UI / main thread) is waiting on a lower QoS thread.

Frequency
• Happens occasionally, not consistently reproducible.
• I’m not sure under what exact conditions this gets triggered.

Steps to Reproduce
Currently uncertain — the issue occurs sporadically and I have not found a stable reproduction path yet.

Could you please help check if this is something that can be fixed in the library, or if I should handle it differently on the app side?

Image

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