Pulse
Pulse copied to clipboard
Deadlock
Pulse 4.0.5
Creating a proxy delegate (let delegate = URLSessionProxyDelegate()
) leads to deadlock because of Coredata performBlockAndWait
TCA on main thread
Pulse
after wrapping these in an async block
the app is stuck in LoggerStore.postInitialization()
using async version fixes problem but since I have zero experience with core data this is probably wrong solution