BranchMetrics/ios-branch-deep-linking-attribution

URLSession is configured with a queue of too high priority

Closed this issue · 0 comments

The URLSession used by BNCNetworkService is configured to use a delegate queue with userInteractive quality-of-service. This QOS is meant to be used for interactive UI only. This should probably be changed to a more reasonable QOS to make sure we're prioritising user interactions to keep apps responsive.