Pulse 4.1.1
- Fix #246 – an issue with concurrent initialization of
LoggerStore
from multiple threads (workaround: initialize it in app delegate before other code runs) - Add
@MainActor
attribute toRemoteLogger
- Address Swift 6 warnings
LoggerStore
from multiple threads (workaround: initialize it in app delegate before other code runs)@MainActor
attribute to RemoteLogger