Client: SwiftIssue: Bughelp wanted
仓库指标
- 星标
- (12,701 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Description
It looks like the way the Alamofire is implemented we loosing all of the keep-alive sessions because every request has it's own manager. Is there is a way to have keep-alive enabled that would greatly reduce latency on SSL connections. The code in question is this one https://github.com/swagger-api/swagger-codegen/blob/master/samples/client/petstore/swift/default/PetstoreClient/Classes/Swaggers/AlamofireImplementations.swift#L53