elliots/protoc-gen-twirp_swagger

Swift4's Alamofire Implementation is not thread safe

zboralski opened this issue · 1 comments

// 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.

wrong repo sorry