You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Apple's documentation the QoS of the Emitter should be .background since all the actions performed are in background. Plus, this library also should NEVER compete with the host app QoS.
Hi there,
According to Apple's documentation the QoS of the Emitter should be .background since all the actions performed are in background. Plus, this library also should NEVER compete with the host app QoS.
https://developer.apple.com/documentation/dispatch/dispatchqos/qosclass/background
snowplow-ios-tracker/Sources/Core/Emitter/Emitter.swift
Line 349 in 48a0d06
Is there any chance you modify that?
Thanks.
The text was updated successfully, but these errors were encountered: