Swift4's Alamofire Implementation is not thread safe
zboralski opened this issue · 1 comments
zboralski commented
// Create a new manager for each request to customize its request header
managerStore[managerId] = manager
We use our own manager to add some authentication headers and the managerStore will just cause random crashes when using a concurrent background queue.
zboralski commented
wrong repo sorry