lytics / ios-sdk

MIT License
0 stars 0 forks source link

Initialize With Task Priority #108

Closed mgacy closed 1 year ago

mgacy commented 1 year ago

I have still been seeing CI test failures; this should definitely fix that. It adds a taskPriority member to control the priority of event and user update tasks and elevates that priority from .background to .low. When running LyticsTests -- the ones that have been failing on the GitHub runner -- the default priority will be used. This change only affects top-level tasks and they all use the same priority so this should not present any issues in terms of priority inversion.